September 6, 2005 at 8:21 pm
#672472
Inactive
Tables are semantically correct when you want to display tabular data on a web page.
As far as I know there are a lot of discussion about using tables to display forms versus using CSS.
I also use CSS to separate the content from the presentation on my sites, but I think it is a headache to build forms with CSS so I make it in the older way – with tables. 