Basic page layouts

Building the skeleton of a page can often be the first stumbling block in putting together a website. Here is a basic methodology for piecing together a one-, two-, or three-column page. The html works for both fixed and fluid layouts, and is structured in a way that makes it easy for html non-experts to begin building their sites. For more complex layouts, try The 960 Grid System or 960.gs.

The CSS

Fixed page grid css | Fluid page grid css

The Structure

Fixed & Fluid Layout

Multiple Layouts on One Page