A question from Askville:
How do you and a FAQ list to a website?
I would like the have the questions show-but not the answers until the user clicks on a link. I see them everywhere, but don’t know how to write the code or better yet find downloadable solution.
You could try some simple JavaScript:
FAQ (click on a question to show/hide the answer)
Here a link to a file with relevant HTML and JavaScript.
Or you could create a full-blown database-driven FAQ engine… Or have an AJAX-powered FAQ (when the user clicks on a question, the answer is requested via AJAX)…