Exact duplicate of
http://stackoverflow.com/questions/30251/tables-instead-of-divs http://stackoverflow.com/questions/135826/for-tabular-data-what-renders-faster-css-or-table http://stackoverflow.com/questions/83073/why-not-use-tables-for-layout-in-html
I have hired a programmer and a web designer to make a website similar to Stackoverflow. (Different topic of course!) It's a blog site with mostly user generated content.
The programmer wanted to make the site using Divs only while the designer was comfortable using tables. The designer has tried to use Divs only and his response is that "it's hard to create separate style sheets that work on individual browsers and then try to set up a method to make the browsers properly load them." He wants to go back to using tables instead while the programmer insists that Divs are the way to go for a site like this.
Who is right here? For a site similar to Stackoverflow, is it better to use Divs or Tables? And would using both be a solution that would work?