Yes, another divs vs tables questions...
I read all over the place that \"try to use divs instead of tables\", but I have an application that displays data that is t
Use tables for tabular data. The knock against tables has been when they've been used solely for layout purposes. They have their own purpose, and it's tabular data. Divs have no semantic meaning, and shouldn't be used for tabular data.