›› 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
Some sample layout pages from Glish
Some sample layout pages from WebDev
fixedleft with left float & nesting
Modified Template pages