G Guest Mar 28, 2005 #1 I have a page with a lot of bookmarks. What's the easiest way to add a 'back to top' icon for each bookmark line.
I have a page with a lot of bookmarks. What's the easiest way to add a 'back to top' icon for each bookmark line.
J Jens Peter Karlsen[FP MVP] Mar 28, 2005 #2 Create a bokkmark at the top and link to it whereever you want. Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
Create a bokkmark at the top and link to it whereever you want. Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
M Murray Mar 28, 2005 #3 Create a snippet (in FP2003) like this - <a href="#pagetop">Back to top</a> Create a named anchor point at the top of the page like this - <body> <a name="pagetop" style="line-height:1px; height:1px; font-size:1px;"> </a> At each point where you want the back to top link to appear, just insert your snippet.
Create a snippet (in FP2003) like this - <a href="#pagetop">Back to top</a> Create a named anchor point at the top of the page like this - <body> <a name="pagetop" style="line-height:1px; height:1px; font-size:1px;"> </a> At each point where you want the back to top link to appear, just insert your snippet.