Archive for September, 2008

Styling tables with CSS

OK, let me start by saying yes, though we are using CSS, tables are meant to be used when displaying tabular data such as a comparision list, a calendar or any other information that needs to be presented in rows and columns. What is wrong is to use tables for the layout of your page. Before CSS this was a necessity but today it is a big no no! Today we use CSS to style our tables.
(more…)