You could ofcourse work with frames, but I do not encourage that. I prefer a system with a list of all the questions on the top of the page in an order that makes sense, maybe by category. The questions are then stated below again, with their corresponding answers. By making bookmark links at the location of the questions and answers by using the
CODE
<a name="question1"> to <a name="questionX">
and then linking to these bookmarks with the following code:
CODE
<a href="#question1" title="Question 1"> to <a href="#questionX" title="Question X">
it is very easy to navigate. To make it even more easy, include a bookmark link at the top of your faq page, at the top of the list of all your questions, for instance
CODE
<a name="#top">
and include a "top" link (to #top) at every question and answer instance.
An example of a similar frequently asked questions system (although it is called help in this instance) can be found at
http://support.jaia-interactive.com/index.php?a=help, which also looks very decent.
Reply