WRONG!
Table is not blasphemous, except with some idiots who don't understand what the W3C really wants people to avoid.
The things the W3C wants to remove are:
1. The use of tables to create margins, borders, and padding effects. Before CSS, table was the only way to make them.
2. The use of tables where the row and column announcements made by accessibility page readers for the blind do not make any sense in the page context.
There is a real problem: Div can't do what table can do in respect to keeping a structure together. Div is fluid in nature, and falls apart when things don't fit.
My rule on this is:
- Use table to create structures where it is important that the parts stay together in a gridlike pattern.
- Use div in other cases.
MidiMagic
Nearly a Senior Poster
3,319 posts since Jan 2007
Reputation Points: 730
Solved Threads: 182