Holder i alle nutidige browsere:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"
http://www.w3.org/TR/html4/loose.dtd"><html>
<head>
<meta name="Generator" content="Stone's WebWriter 4">
<style type="text/css">
html,body{height:100%;margin:0px;padding:0px;}
body{
text-align:center;
}
div, iframe{margin:0px;padding:0px;border:0px;}
.center{
margin-left:auto;
margin-right:auto;
width:760px;
background:#22ee7f;
/*og billede: background-image url('')*/
border:1px solid black;
text-align:left;
}
.top{
height:120px;
background:transparent;
border-bottom:1px dotted black;
}
.menu{
width:117px;
height:400px;
float:left;
background:#eee;
}
.content{
}
#contentFrame{
width:640px;
height:400px;
}
</style>
</head>
<body>
<div class="center">
<div class="top">
En overskrift eller et banner
</div>
<div class="menu">
Din menu
</div>
<div class="content">
<iframe src="" name="contentFrame" id="contentFrame"></iframe>
</div>
</div>
</body>
</html>