requested89
IS-IT--Management
I have to create a questionnaire layout and I am wondering what the best method of layout is. Should I use CSS or Tables?
The questionnaire is very long and must go in one page. In theory it is exactly what tables were made for because there is a section heading like 'Your Details' and then the question on the left with 5 or 6 radio buttons to the right. This is repeated many times and a table seems ideal.
On the other hand having a single page with one ridiculously big monster of a table is an absolute nightmare to control and style. I am toying with the idea of using a page full of DIV's because it is easier to separate the sections and comment them etc.
What would you use?
Thanks in advance,
Chris
The questionnaire is very long and must go in one page. In theory it is exactly what tables were made for because there is a section heading like 'Your Details' and then the question on the left with 5 or 6 radio buttons to the right. This is repeated many times and a table seems ideal.
On the other hand having a single page with one ridiculously big monster of a table is an absolute nightmare to control and style. I am toying with the idea of using a page full of DIV's because it is easier to separate the sections and comment them etc.
What would you use?
Thanks in advance,
Chris