On most FAQ pages, you see the question first and then you can click on it (its a link) and it'll scroll down and take you to the answer on the same page. How do I do this?
just make the link <a href="#piggy">piggy</a> then to were you want to link it: <a name="piggy">text about piggy</a>
some more info on this ... When doing internal links you still use the normal anchor tag (<A HREF>) mark up code except instead of placing another page in the quotes, you will use a named portion of the document, which begins with a #. To name the part of the document, go to the area you want to name, and place <a name="name_of_area">text</a>, then to call a link to that place from somewhere else in the document, use <a href="#name_of_area">text</a> Example: <a href="#FAQ1">Go To Answer 1</a><br> blah blah page content<br> <a name="FAQ1">Answer To Question 1!</a> blah blah page content<br> And once you have the section named, you can even call it from other pages... for example, if you named a section in index.html called Question2, you could call it from otherpage.html using <a href="index.html#Question2">. Using internal page links seems silly on a short page like this, but it definitely pays off on long pages.
I use frontpage and in FP it is known as Bookmark. Just select the Word or question and give it link to that answer. Here is the procedure if you use frontpage: First go to the answer and go to Insert> Bookmark Then Select the answer click on Insert> Hyperlink When you will click hyperlink it will take you to another win where all the bookmarks are shown. Select the bookmark you need to link with and its done. Hope it helps. Regards, F-GD