Back to top icon

G

Guest

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]

Create a bokkmark at the top and link to it whereever you want.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
M

Murray

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;">&nbsp;</a>

At each point where you want the back to top link to appear, just insert
your snippet.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top