B
Bobby Edward
The FAQs on my site are going to be dynamically generated from 2 data
tables...
"one table": FaqCategories: FaqCategoryId, FaqCategory
"many table": Faqs: FaqId, FaqCategoryId, Question, Answer
On my actual FAQ page, how do you suggest I lay this out?
I would prefer to have the Categories with the questions (indented) at the
top. When you click on the question it jumps down to the proper Q&A (I
guess using the anchor tag??)
Your suggestions are appreciated!
Thanks...
tables...
"one table": FaqCategories: FaqCategoryId, FaqCategory
"many table": Faqs: FaqId, FaqCategoryId, Question, Answer
On my actual FAQ page, how do you suggest I lay this out?
I would prefer to have the Categories with the questions (indented) at the
top. When you click on the question it jumps down to the proper Q&A (I
guess using the anchor tag??)
Your suggestions are appreciated!
Thanks...