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')

• If Tables are the way to go how is it possible to centre align a table (the whole table) on the page. There is no align attribute of Tables in css and I have tried other answers that i found (margin_left/right: auto) but that didnt work either. Any ideas???
Ta muchly.