Simple TOP Button

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
 
T

Thomas A. Rowe

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.
==============================================
 
T

Thomas A. Rowe

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.
==============================================
 
C

Charles

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
 
Top