CSS Help
CSS Help
Out of context: Reply #8
- Started
- Last post
- 14 Responses
- sparker0
it sounds like it's tabular data, why not just create more column/row sets to support the data?
if you're going to use a table, use the table, if you want to build it without a table, then do it with divs, spans and css.
but, like i said above, it sounds like the content you are trying to display is tabular in nature.
it is ok to make a table for that.
is there a reason why you can't make multiple columns and rows?