Simple TOP Button

  • Thread starter Thread starter Dick
  • Start date Start date
D

Dick

I want to add a button to each page that says TOP to return the reader
back to the top of the page. I have so much trouble keeping nav bars
under control, I am afraid to start experimenting. What do I need?

Dick
 
Just add the following text link to the bottom of all page in HTML/Code View:

<a href="#Top">Top of Page</a>

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Create a image

Try creating a external navigation link, as you will not be able to create a standard FP navigation
link.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Insert the image at the bottom of page. Two ways to do this- drag and drop
the image onto the page or use Frontpage Image Insert...

Then right click on image and select "hyperlink..."

#top

Add the above as the link. This should work.

Charles
http://www.yellowecho.com
 
Back
Top