Sure you can! What about this?
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Website Title</title>
<style type="text/css">
html, body {
font-family: Tahoma, Arial, sans-serif;
font-size: 11px;
margin:0;
padding:0;
border:0;
height:100%;
}
</style>
</head>
<body>
<div align="center" style="height:100%">
<table width="788" border="2" cellspacing="0" cellpadding="0" style="height:100%">
<tr>
<td width="20" rowspan="2">lshadow</td>
<td valign="top" style="background:#999">
<div style="height:55px; background:#000; color:#fff">logo</div>
<div style="height:28px; background:#333; color:#fff">nav</div>
<div style="height:161px; background:#666">header</div>
<div style="height:auto; background:#999">content</div> </td>
<td width="20" rowspan="2">rshadow</td>
</tr>
<tr>
<td valign="bottom" height="40"><div style="height:40px; background:#CCC">footer</div></td>
</tr>
</table>
</div>
</body>
</html>
Bookmarks