FAQ's on a website

G

Guest

I notice on alot of site's that have FAQ's, than rather than each answer
being dedicated to one page, all the answers are on a single page, and when
you click on a particular question, it links you to the exact spot on the
page to the correspsonding answer. How is that done?
 
T

Trevor L.

Al said:
I notice on alot of site's that have FAQ's, than rather than each
answer being dedicated to one page, all the answers are on a single
page, and when you click on a particular question, it links you to
the exact spot on the page to the correspsonding answer. How is that
done?

With hyperlinks

On the page with the answers (say answers.html) each answer is labelled like
this:
<a name="answer1>Answer 1:................</a>
<a name="answer2>Answer 2:................</a>
<a name="answer3>Answer 3:................</a>

Then on the questions page, the links are like this:
<a href ="answers.html#answer1>Question 1:...................</a>
<a href ="answers.html#answer2>Question 2:...................</a>
<a href ="answers.html#answer3>Question 3:...................</a>
 
A

Andrew Murray

Most likely with a database - do you mean something like the Microsoft
Knowledgebase or Symantec's support site?
 
T

Tom [Pepper] Willett

Look for bookmarks in the help files.
--
===
Tom [Pepper] Willett
Microsoft MVP - FrontPage
---
FrontPage Support:
http://www.frontpagemvps.com/
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
===
|I notice on alot of site's that have FAQ's, than rather than each answer
| being dedicated to one page, all the answers are on a single page, and
when
| you click on a particular question, it links you to the exact spot on the
| page to the correspsonding answer. How is that done?
 
A

Andrew Murray

OK...bad example.

Anyway there is a "FAQ/Support" page template in Frontpage....I think it is
in all versions - assume it uses bookmarks.
 

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