Get exclusive CAP network offers from top brands

View CAP Offers

Reply To: Tables

[bsa_pro_ad_space id=2]
#672472
Anonymous
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. :)