Hyperlink opens in same page

M

Mike

I had it, but lost it... sigh...

I am making a FAQ and on top I have the questions. Now I want that when
visitors click on the Question they will go to the answer which is elsewhere
on the same page. I think you get the idea?
Just a link that opens on the same page also with a 'back to top'
function...

thx in andvance!

Mike
 
S

Steve Easton

It's called a bookmark. You bookmark a word in a page and then link to the bookmark.
To return to the top, make the word Top a hyperlink and use #Top as the hyperlink.
--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
M

Murray

<a href="#faq27">FAQ 27</a>
.....
<a name="faq27">This is FAQ27</a>

It's called a named anchor....
 
Top