Re: CSS Tables, Table Align
Quote:
Originally posted by beachbum
Howdy doo
I've created a new (offline) website using standard html and it looks good enough to attract women but I was thinking to myself that I might take a look at this CSS stuff. Well, it all looks pretty straightforward but I have one 'conceptual' question and one 'technical' question
• Is the use of Tables still acceptable in CSS and if acceptable is it best practice? (I read a bit about positioning 'blocks')
In theory, with CSS, you should only use tables for presenting tabular data, not for layout/presentation. In reality, lots of people are going to use tables anyway. Do a search for "table-less CSS layout" or related terms and you should get some interesting links.