›› Using CSS for page layout

A growing trend is to design using CSS for layout. Designers can stop using tables with all their problems and produce cleaner faster loading code.

›› Page layout with CSS

CSS uses the terms container and boxes to describe the nature of content holders

These content holders are familiar to HTML users. Tags like <p>, <table>, <tr>, <td> <body> are all content containers. Tags like <span> and <div> were introduced for CSS.

As with HTML you can nest CSS tags. <span> is specifically used to nest content within a <div>….. </div> container

Some CSS tutorials
A number of CSS tutorial guides are available on the Internet. Take a look at these

Website Tips

WebDesign Group

Dorward Online

Glish.com

Some sample layout pages from Glish

3column fluid centre

2column float left

3column allfluid

 

Some sample layout pages from WebDev

Fluidlayout floatleft

Absolute % containers

fixedleft with left float & nesting

subclasses

Modified Template pages

simplified 3colfluid