<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="
http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Søren Buhrkal</title>
<style type="text/css">
<!--
body {
background-color: #FFFFFF;
margin-left: 0px;
margin-top: 10px;
margin-right: 0px;
margin-bottom: 0px;
}
a:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #FFFFFF;
text-decoration: none;
}
a:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #FFFFFF;
text-decoration: none;
}
a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #FFFFFF;
text-decoration: none;
}
a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #FFFFFF;
text-decoration: underline;
}
.maintable{
height: 700px;
BACKGROUND-POSITION: left top;
BACKGROUND-IMAGE: url(images/bg.jpg);
BACKGROUND-REPEAT: no-repeat;
}
.contenttable {
margin-top:92px;
margin-left: 10px;
}
.content{
padding-top: 20px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}
-->
</style>
</head>
<body>
<table width="900" border="0" align="center" cellpadding="0" cellspacing="0" class="maintable">
<tr>
<td valign="top" class="bg">
<table width="740" border="0" class="contenttable">
<tr>
<td width="742"><a href="#">Forside</a> - <a href="#">Om mig</a> - <a href="#">andre links </a></td>
</tr>
<tr>
<td class="content">Her er mit indhold </td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
--------------------------------------------------------------
Du kan evt. smide alle styles over i et externt stylesheet igen og linke til dem.