|
|
|
|
|
by tokenizer
4993 days ago
|
|
I agree that html tables are used and get the job done, but I would much rather deal with one container div, one 960 div, then 3 section divs for header, content, and footer, then, one or more tables doing the same thing. It's 2012, and CSS is easy. With a little work, all the problems you can point out can be fixed easily, including flexible grid layouts, and columns, responsive design. Can you even make a flexible table layout? Also, every site I maintain that uses tables for layout, uses more than one, and it's source is absolutely horrible. While you say that a CMS should level should handle this, that doesn't factor in responsive design, site creation, or massive overhauls to style. Semantics will be an important element in the web soon, and doing html tables for layout, is considered wrong by anyone who cares. http://www.w3.org/2002/03/csslayout-howto |
|