Forum Moderators: not2easy
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style type=text/css>
#wrapper, html,head,body{
height:100%;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
#header{
height:48px;
background-color:#FFFF909;
}
</style>
</head>
<body>
<div id="wrapper">
<div id="header">
</div>
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" id="template" bgcolor="#FFF908">
<tr>
<td align="center" valign="top">
</td>
</tr>
</table>
</div>
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<head>
<style type=text/css>
html, body {
height:100%;
margin:0;
padding:0
}
#header {
height:48px;
background-color:red;
position:relative;
z-index:2;
overflow:hidden;
}
#template {
background:#FFF908;
width:100%;
border-collapse:collapse;
height:100%;
margin-top:-48px;
position:relative;
z-index:1;
}
#template td { vertical-align:top; }
.top { padding:48px 10px 0 }
p { margin:0 0 1em }
</style>
</head>
<body>
<div id="header">Header </div>
<table cellspacing="0" cellpadding="0" id="template" >
<tr>
<td class="top"><p>Lorem ipsum</p>
<p>Lorem ipsum</p>
<p>Lorem ipsum</p>
<p>Lorem ipsum</p>
<p>Lorem ipsum</p>
<p>Lorem ipsum</p>
<p>Lorem ipsum</p>
<p>Lorem ipsum</p>
<p>Lorem ipsum</p>
<p>Lorem ipsum</p>
<p>Lorem ipsum</p>
<p>Lorem ipsum</p>
<p>Lorem ipsum</p>
<p>Lorem ipsum</p>
<p>Lorem ipsum</p>
<p>Lorem ipsum</p>
<p>Lorem ipsum</p>
<p>Lorem ipsum</p>
<p>Lorem ipsum</p></td>
</tr>
</table>
</body>
</html>