Copy the CSS into a document named styles.css. Be sure to not copy the advertisement copy that may appear within the code.
html, body {
margin: 0;
}
#leftcol {
float: left;
width: 200px;
border: #000 1px solid;
}
#main {
margin: 0px;
}
#centercol {
border: #f00 1px solid;
margin: 0 210px 0 210px;
}
#rightcol {
float: right;
width: 200px;
border: #000 1px solid;
}
#footer {
text-align: center;
border: #fc0 1px solid;
}
#footerbr { clear: both; }
You are free to use any of the free Web templates here for personal or commercial designs, either in print or on the Web, excluding items for resale. You may not give away, sell, or redistribute the files in any way. Do not post these files on any another Web site, electronically distribute them, or include them in any package for distribution. If you find these files useful, please include a credit line or a link back to this site [http://webdesign.about.com/]. Terms of use last modified 8/29/2004.
Return to 3 Column with Footer Layout
More XHTML CSS Layout Templates

