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
Don't use tables for your "LAYOUT" because of many reason you've already found on web. But for displaying "DATA" you still can use tables.
most of server side scripting languages like ASP.NET generate tables for gridViews so they are not "Absoutely wrong to use".
For layout I recommend you going through different insteresting layouts people have designed for a "Single HTML" in CSS Zen Garden.