Ovenstående skal jo 'bare' sættes ind i et html-dokument, f.eks.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"
http://www.w3.org/TR/html4/loose.dtd"><html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
html,body{height:100%;margin:0px;border:0px;padding:0px;font-family:tahoma,verdana,arial,sans-serif;font-size:small;}
</style>
<title>Tomt dokument</title>
</head>
<body>
<div style="width:760px;margin:0 auto;height:600px;">
<div style="width:100%;height:300px;background-image=url(myTopFrame.jpg);">
Noget indhold
</div>
<div style="width:100%;height:200px;margin-top:50px;background-image=url(myBottomFrame.jpg);">
Noget andet indhold
</div>
</div>
</body>
</html>