Hvorfor gør billedet tabelen større?
Jeg har følgende kode:<html>
<head>
<title>--</title>
</head>
<body topmargin="0" leftmargin="0">
<table width="100%" height="100%" cellspacing="0" cellpadding="0">
<tr width="100%" height="100%">
<td width="100%" height="100%" valign="top">
<table width="100%" cellspacing="0" cellpadding="0" border="1">
<tr>
<td background="TopBackground.gif" align="left" valign="top" width="100%" height="70">
<img src="logo.gif" width="345" height="70">
</td>
</tr>
<tr>
<td background="MiddleTop.gif" width="100%" height="11" valign="top" >
</td>
</tr>
<tr>
<td background="MiddleMidt.gif" height="84" valign="top" >
</td>
</tr>
<tr>
<td background="MiddleBund.gif" height="40" valign="top" >
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
Men øverste tabel med logo.gif bliver meget større end definerede, hvorfor??
