Table website layout dissapearing?

art346

New Member
Hi'

It is better to use tables or css for website layout in terms of browser compatibility?

Thanks!:confused:
 

jnjc

New Member
I don't think it's really a browser compatibility issue, in some cases tables are easier to use for a page layout. That said it's considered bad practice (do a search on it and you'll find lots of articles) so if you are building a site from scratch use divs and .css

HTH,
JC
 

Havox

New Member
You should NEVER use tables for a website layout. Tables were created to be used to hold only tabular data. Use XHTML and CSS.
 
Top