<div>
Hvad er der galt i denne her kode ? Jeg skal have "Banner!" til at stå ved siden af tablen.<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Hot or Not</title>
<base target="indhold">
<style type="text/css">
#content {
float: left;
padding: 0px;
margin: 0px;
background: #ffffcc;
width: 620px;
/* ie5win fudge begins */
voice-family: "\"}\"";
voice-family:inherit;
width: 800px;
}
html>body #content {
width: 800px;
/* ie5win fudge ends */
}
#content2 {
float: left;
padding: 0px;
margin: 0px;
width: 150px;
/* ie5win fudge begins */
voice-family: "\"}\"";
voice-family:inherit;
width: 150px;
}
html>body #content2 {
width: 50px;
/* ie5win fudge ends */
}
</style>
</head>
<body topmargin="0" leftmargin="0" bgcolor="#FFFFCB">
<div id="content">
<table border="0" cellpadding="0" cellspacing="0" width="800" height="1">
<tr>
<td width="25%" valign="top" rowspan="3" height="1"><img border="0" src="images/logo.jpg" width="244" height="129"></td>
<td width="75%" valign="top" height="1" colspan="2"><img border="0" src="images/top.jpg" width="558" height="5"></td>
</tr>
<tr>
<td width="53%" valign="top" height="42"><img border="0" src="images/banner.gif" width="465" height="63"></td>
<td width="22%" valign="top" height="42"><img border="0" src="images/topright.jpg" width="91" height="63"></td>
</tr>
<tr>
<td width="75%" valign="top" height="1" colspan="2"><img border="0" src="images/topbottom.jpg" width="556" height="61"></td>
</tr>
</table>
</body>
</div>
<div id="content2">Banner! </div>
</html>