Thread: Tables??
View Single Post
Old 02-18-2008, 01:23 AM   #3 (permalink)
dylanfm
The Wanderer
 
dylanfm's Avatar
 
Join Date: Jan 2008
Location: Australia
Posts: 14
Thanks: 1
dylanfm is on a distinguished road
Default

Basically, make sure your markup is semantic.

ie. tables for tabular data, lists for lists, paragraphs for paragraphs and so on.

Tables used for layout make your code bloated, they cause accessibility issues, issues with handheld devices and so on.

Separate your presentation and markup. Use (X)HTML and CSS.

If you have issues with CSS, or simply want to use a nice framework (I am using it for a few sites and very content with it) try out blueprintcss - Google Code
Send a message via ICQ to dylanfm
dylanfm is offline  
Reply With Quote