I'm a little unsure of exactly where you want the seperate liner.
CODE
Code:
<style type="text/css">
#wrap {
margin: 0 auto;
width: 797px;
}
#topb {
background: #FFF;
width: 797px;
height: 60px;
border-bottom: 3px solid #666;
}
#topb h1 {
margin: 0;
padding: 0;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 50px;
font-weight: normal;
text-align: center;
}
#leftb {
background: #EEE;
width: 169px;
float: left;
padding: 4px;
}
#middleb {
background: #FFF;
width: 432px;
float: left;
padding: 4px;
}
#rightb {
background: #FFF;
width: 169px;
float: left;
padding: 4px;
border-left: 3px solid #666;
}
</style>
<div id="wrap">
<div id="topb"><p><h1>HEADING</h1></p></div>
<div id="leftb"></div>
<div id="middleb"></div>
<div id="rightb"></div>
</div>
IMAGE OF THE RESULT
WITH FILLER TEXT
Bookmarks