En ide til opbygning:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"
http://www.w3.org/TR/html4/loose.dtd"><html>
<head>
<title>Tomt dokument</title>
<style type="text/css">
html,body{height:100%;padding:0px;margin:0px;border:0px;}
</style>
</head>
<body>
<table align="center" valign="center" style="height:100%">
<tr>
<td align="center" valign="center">
<table border="1">
<tr>
<td height="100" width="600" colspan="2">Bannervenstre</td>
<td width="150">Bannerhøjre</td>
</tr>
<tr>
<td width="150">menu</td>
<td height="350" width="600" colspan="2" rowspan="2">Indhold</td>
</tr>
<tr>
<td width="150">Counter</td>
</tr>
<tr>
<td width="150">copyright</td>
<td width="450"> </td>
<td width="150">dato</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
-- hvis du så vil kunne skifte indholdet i indholdsfeltet indsætter du en iframe i den !-)