ctc said:
OK, I would like a link to a bookmark to go to a section of a web page
containing a series of short paragraphs, but FP won't let me make a
bookmark to any text longer than one paragraph. So If I bookmark the
title of the section, the user is taken to the section title which
appears at the bottom of the web browser window and must scroll down
to read everything else. How do I get that bookmarked title to appear
at the top of a web browser window rather than at the bottom? What I
am trying to do appears to be done alot in the faq sections of web
sites.
I have read here that browsers will display as much of the bookmarked area
as it can, bottom justified. So, if it all fits in one page, you will see
that page. But if it doesn't you will see the top of the bookmarked area,
and have to scroll to see the rest.
I think the answer lies in this statement
"FP won't let me make a bookmark to any text longer than one paragraph"
Maybe the menus won't (don't know - haven't checked). But you can change the
area that is bookmarked.
The bookmarked area is everything between <a>and </a>
So to bookmark more than one para, the code shoud read
<a name = "paragraph_bookmark>
<p>para 1 content</p>
<p>para 2 content</p>
<p>para 3 content</p>
<p>para 1 content</p>
</a>
Click on the Code or HTML tab, and move the closing tag </a> so that it
encloses all the paras that you want.
BTW,
I haven't ever bookmarked a large area, so I am just going on what I have
used and read.
--
Cheers,
Trevor L.
[ Microsoft MVP - FrontPage ]
MVPS Website:
http://trevorl.mvps.org/
----------------------------------------