Forum Moderators: not2easy
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type='text/css'>
html, body {
height: 100%;
margin:0;
padding:0;
}
body {
background-color:#ccc;
font: 85%/1em trebuchet, arial, helvetica, sans-serif;
color: #000;
}
#wrap {
width: 900px;
margin: 0 auto;
}
.folio {
width: 100%;
height: 190px;
background:url('../assets/header2.jpg') center top no-repeat;
}
.lcol {
width: 250px;
height: 400px;
background: #000;
padding: 10px;
float:left;
color: #fff;
}
.rcol {
float:right;
width: 610px;
height: 400px;
padding: 10px;
margin:0;
overflow:scroll;
}
.footer {
padding: 10px 10px 0 280px;
height: 70px;
text-align: left;
color: #ccc;
background:#000;
clear:both;
}
</style>
</head>
<body>
<div id="wrap">
<div class='folio'> content </div>
<!-- end folio -->
<div class='lcol'> content - this is just a list of links - </div>
<!-- end lcol -->
<div class='rcol'> content - decisions are made on what content using php </div>
<div class='footer'> content </div>
</div>
</body>
</html>