Free Web Template: Two Column Faux Column Layout
Copy the XHTML into your document. Be sure to not copy the advertisement copy that may appear within the code.
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.D106/]. Terms of use last modified 8/29/2004.
Return to Two Column Faux Column Layout
More XHTML CSS Layout Templates
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html> <head> <title>2 Column Faux Columns Layout</title> <link href="styles.css" rel="stylesheet" type="text/css" /> </head><body> <div id="nav"> <h1>Sidebar</h1> <ul> <li><a href="http://webdesign.D106/library/layouts/bl_centeredcolumn.htm">Home</a></li> <li><a href="http://webdesign.D106/library/layouts/bl_layouts.htm">Layout Templates</a></li> <li><a href="http://webdesign.D106/library/weekly/aa102102a.htm">Tableless Designs</a></li> <li><a href="http://webdesign.D106/cs/css/">CSS Links</a></li> </ul> </div><div id="main"> <h1>Sample Content</h1> <p> Place your main content here.</p> <ul> <li><a href="http://webdesign.D106/library/layouts/bl_centeredcolumn.htm">Home</a></li> <li><a href="http://webdesign.D106/library/layouts/bl_layouts.htm">XHTML CSS Layout Templates</a></li> <li><a href="http://webdesign.D106/library/weekly/aa102102a.htm">Tableless Browsing</a></li> <li><a href="http://webdesign.D106/cs/css/">CSS Links</a></li> </ul> <p> Lorem ipsum sit dolor amum. Lorem ipsum sit dolor amum. Lorem ipsum sit dolor amum.Lorem ipsum sit dolor amum. Lorem ipsum sit dolor amum. Lorem ipsum sit dolor amum.Lorem ipsum sit dolor amum. Lorem ipsum sit dolor amum. Lorem ipsum sit dolor amum.Lorem ipsum sit dolor amum. Lorem ipsum sit dolor amum.</p> <h2>Lorem Ipsum</h2> <p> Lorem ipsum sit dolor amum. Lorem ipsum sit dolor amum. Lorem ipsum sit dolor amum.Lorem ipsum sit dolor amum. Lorem ipsum sit dolor amum. Lorem ipsum sit dolor amum.Lorem ipsum sit dolor amum. Lorem ipsum sit dolor amum. Lorem ipsum sit dolor amum.</p> <p> Lorem ipsum sit dolor amum. Lorem ipsum sit dolor amum. Lorem ipsum sit dolor amum.Lorem ipsum sit dolor amum. Lorem ipsum sit dolor amum. Lorem ipsum sit dolor amum.Lorem ipsum sit dolor amum. Lorem ipsum sit dolor amum. Lorem ipsum sit dolor amum.</p></div> </body> </html>
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.D106/]. Terms of use last modified 8/29/2004.
Return to Two Column Faux Column Layout
More XHTML CSS Layout Templates
Source...