Do data that consists of more than 1 row, do you use css or table?
I find it very hard to convert over to css for doing tabular data. For sections and structure I'll try to use css but I use tables for data.
I just love how with a table I don't have to worry about the width of each column and the next row follows the same widths.
Also, earlier this week I was trying to do a simple 1 row of fields with css div and it was a nightmare. The main problem was that I wanted the last div element to have a form in it that was hidden until it was called. It was much easier with a table for this 1 row.
I find it very hard to convert over to css for doing tabular data. For sections and structure I'll try to use css but I use tables for data.
I just love how with a table I don't have to worry about the width of each column and the next row follows the same widths.
Also, earlier this week I was trying to do a simple 1 row of fields with css div and it was a nightmare. The main problem was that I wanted the last div element to have a form in it that was hidden until it was called. It was much easier with a table for this 1 row.