Building a three or four column layout on the web without the help of a table can be a difficult task. There are a number of ways to overcome the lack of multi-column support in CSS and none of them is very pretty. The three-column layout is the easiest to achieve without stepping outside the semantic boundaries, so we'll start there.










Comments