Rettelse: Der skal være , mellem width og height, ikke ;
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "
http://www.w3.org/TR/html4/loose.dtd"> <html>
<style type="text/css">
<!--
.style1 {
font-family: "Arial Black", Impact;
font-weight: bold;
font-size: 24px;
}
-->
</style>
<head>
<title>forside</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
.userinfo { float:right; width:150px; font-size:10px; font-family:verdana,sans-serif;}
th { text-align:left; }
body,td,th {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #06275B;
}
a:link {
color: #06275B;
text-decoration: underline;
}
a:visited {
text-decoration: underline;
color: #06275B;
}
a:hover {
text-decoration: none;
color: #99CCFF;
}
a:active {
text-decoration: underline;
color: #06275B;
}
a {
font-size: 12px;
}
.style2 {font-size: 5px}
.style3 {font-size: 24px}
</style>
</head>
<body>
<p> </p>
<table width="50%" border="0">
<tr>
<td align="left" valign="top" nowrap><div align="left"><span class="style2"><span class="style3"><span class="style1">xxx
</span><img src="../myimages/10.gif" width="70" height="77"></span></span></div></td>
</tr>
</table>
<p><a href="test.asp?mode=new"><strong>Opret bruger</strong></a>
<a href="test.asp"><strong>Slet bruger</strong></a></p>
<table cellpadding=2 cellspacing=2 border=1; bordercolor=#99CCFF>
<tr>
<th width=50>ID</th>
<th width=125>NAvn</th>
<th width=175>Email</th>
<th width=125>By</th>
<th width=125>Kategori</th>
<th width=125>Beskrivelse</th>
<th width=125>Foto</th>
<th width=125>Dato</th>
</tr>
<tr>
<td>xxx</td>
<td>xxx</td>
<td><a href='mailto:mail'>mail</a></TD>
<td>xxx</td>
<td>ppp</td>
<td>800</td>
<td><a href="Foto_1.gif" target="popvindue" onclick="window.open(this.href, this.target, 'height=200;width=300');">Se foto</a></td>
<td>04-04-2006 09:11:16</td>
</tr>
<tr>
<td>93</td>
<td>xxx</td>
<td><a href='mailto:xxx'>xxx</a></TD>
<td>xxx</td><td>Laboratory</td>
<td>Kategori</td>
<td>5000</td>
<td><a href="image/Foto_2.jpg" target="popvindue" onclick="window.open(this.href, this.target, 'height=200,width=300');">Se foto</a></td>
<td>04-03-2006 12:50:02</td>
</tr>
</table>
</body>
</html>