Thread: Tables??
View Single Post
Old 02-17-2008, 08:51 PM   #2 (permalink)
Wildhoney
La Vida es Sueño
Advanced Programmer Top Contributor 
 
Wildhoney's Avatar
 
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
Wildhoney is on a distinguished road
Default

Tables are still used. Although some naive individuals will tell you not to use them all. Tables should be used for what they were invented for - tabular data.

The reason HTML tables now have such a bad name is because people began using tables for the skeleton of their designs. Tables are not intended to be used for that. It's just back in the days, styling websites just via CSS was a tricky job, but now, although CSS is still far from perfect, any competent web developer can create a website without even touching a table. The competent developer simply uses HTML tables for tabular data.
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
Send a message via AIM to Wildhoney Send a message via MSN to Wildhoney Send a message via Yahoo to Wildhoney
Wildhoney is offline  
Reply With Quote