#left_column

#main_content

This example shows how to layout multiple columns side by side using CSS.

The challenge is to have multiple columns inside the rest of the layout which are quite often used for displaying links to content.

This is achieved here using a pure CSS layout using fixed width containers and columns. (see the 4 columns below)

View the source to see the code, for ease of use all CSS is included in-line and all styles are included directly above each corresponding block of HTML.