There are 3 ways to make a bookmark:
1) - the most common method uses an Anchor:
<a name="bookmarkname">bookmarktext</a>
The words "book mark text" may be underlined - FrontPAge will underline
them with a dashed line in design view.
2) - a variant of 1, where the anchor is empty.
<a name="bookmarkname"></a>
FrontPage will indicate the location of this anchor (bookmark) with a
flag icon.
3) - not often described and can be ignored, and only works in IE5.5 and
later, Netscape 6 and later, and recent versions of other browsers. The
id attribute of any element can be used as a bookmark.
<p id="bookmarkname">paragraph text goes here</p>
FrontPage does not recognise this as a bookmark, and treats it as any
other paragraph, though links to the bookmark will work in the browsers
mentioned above.
Links to bookmarks resemble:
<a href="#bookmarkname>link to a bookmark named bookmarkname</a>
Or if in another page:
<a href="firstpage.htm#bookmarkname">link to a bookmark named
bookmarkname in firstpage.htm</a>
The # in a bookmark name is not valid HTML. From
http://www.w3.org/TR/html401/types.html#type-cdata :
"ID and NAME tokens must begin with a letter ([A-Za-z]) and may be
followed by any number of letters, digits ([0-9]), hyphens ("-"),
underscores ("_"), colons (":"), and periods (".")."
though for some (older) browsers the length of a bookmark name should be
limited to 8 characters (which the above examples exceed).
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
http://www.rxs-enterprises.org/fp
"Brenda" <(E-Mail Removed)> wrote in message
news:LH6mj.1686$v.525@attbi_s22:
> I am still in the process of re-working a website for my girlfriend who does
> genealogical research in upstate New York:
>
> http://www.brickwallbuster.com/
>
> I am working on the "NEWSPAPER INDEX" portion of her website. She had early
> obits, etc online, but the previous formatting of her website left a lot to
> be desired.
>
> I have done a copy/paste of a couple of her pages (so I don't have to
> completely retype the obits and marriage announcements).
>
> A couple of things I am seeing, that I don't understand (I'm using FrontPage
> 2003 - I'm guessing she did not):
> 1) Where she had what I believe to be a bookmark, on the pages that I have
> done a copy/paste on, I am seeing a little "flag" graphic. When I create a
> bookmark (with FrontPage 2003) it underlines the area, rather than putting a
> little "flag" there.
>
> Is that just the difference in the version of software that was / is used?
>
> 2) Her bookmarks seem to have the pound sign (#) in front of the name/number
> of the bookmark. My FP2003 doesn't seem to accept the # sign (otherwise I
> would leave her bookmarks alone, and just use the name of her bookmarks.)
>
> Again, is that difference just the difference between versions of software
> used, or is there something else going on that I just don't know about? I'm
> not that knowledgeable about bookmarks.
>
> Thanks,
> Brenda