I am stuck in the 90's with my tables - help me!

Suspended
Joined
26 Jul 2003
Posts
6,348
Location
Surrey
Ok we are all table haters :p

Show me what I should be using instead ;)

(or at least point me in the right direction)
 
ok with that

i want someone to show me how to make a table like design using Xhtml and css, boy have i tried, and cant get anything that works as well as tbales in some instances. especially when `im tabulating queries from a database. in some cases tables are fine, nothing wrong with them, i dont use them for layout though of the hwole site, only tabulated data.
 
Be prepared to fine tune between IE and FF, or in some cases you might need a seperate css file for the parts that just aren't compatible.
 
Just to reiterate - tables are fine in situations where you need a table - I once made a table showing all 256 basic colours - try doing that in CSS! Tables should *not* really be used for the layout of a page though. It is quite tricky to get the hang of, but often this is only because CSS is a far more powerful positioning tool than tables could ever be.
 
Back
Top Bottom