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
No, you MUST use tables for tabular data! Tables exist for that purpose, you MUST avoid tables only for layout purposes by using divs instead.