for FP, high light the desired "bookmark" and at the top select Insert > Bookmark
Then Go the the desired link and highlight it, select the link button and it will be on the drop down menu.
For any html coding, you can do this for a book mark:
<a name="NAMEOFIT">This is important info</a>
<a href="#NAMEOFIT">Want Important Info? Click Here</a>
to move from page to page to book marks
<a href="yourpage.htm#NAMEOFIT">Want Important Info on another page? Click Here</a>
I tried to explain it but i'm not sure how to turn off html so its activating my explaination as html.. sorry.. view source or something to get the idea if you need to.. FP does it for you so just following that info should help |