Back to Top Hyperlinks

M

Michelle86

I'm creating an e-newsletter in FrontPage. One the home page I have headlines
followed by the blurbs. I'm trying to make each headline hyperlink to its
individual story/blurb, then use a back to top hyperlink to return to the
headlines section again. All I know how to do is hyperlink to the home page,
which I'm already on so it doesn't go anywhere. How can I make this happen?
 
S

Steve Easton

Check help for: Bookmarks.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer

Michelle86 said:
I'm creating an e-newsletter in FrontPage. One the home page I have headlines
followed by the blurbs. I'm trying to make each headline hyperlink to its
individual story/blurb, then use a back to top hyperlink to return to the
headlines section again. All I know how to do is hyperlink to the home page,
which I'm already on so it doesn't go anywhere. How can I make this
happen?
 
A

Andrew Murray

you mean this code?

<a href="#top">Back to top</a>

Put it where you want the link #top is an 'built-in' bookmark and takes you
to the top of the page.
 
S

Stefan B Rusynko

Incorrect
#top is not a built in bookmark
The default for any bookmark that is not found in a page is the top of the page
- so if "top" is not defined as an anchor/bookmark in the page it would default to the top of page
- you could just as well use #mytop or #ceiling (as long as they were not defined in the page)




| you mean this code?
|
| <a href="#top">Back to top</a>
|
| Put it where you want the link #top is an 'built-in' bookmark and takes you
| to the top of the page.
|
|
| | > I'm creating an e-newsletter in FrontPage. One the home page I have
| > headlines
| > followed by the blurbs. I'm trying to make each headline hyperlink to its
| > individual story/blurb, then use a back to top hyperlink to return to the
| > headlines section again. All I know how to do is hyperlink to the home
| > page,
| > which I'm already on so it doesn't go anywhere. How can I make this
| > happen?
|
|
 
T

Trevor L.

SBR,
Thank you for that because, acting on Andrew's advice, I posted a suggestion
to use #top.

At least no harm was done. :))
 

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