Little HTML problem

Can somone tell me whats wrong with this code? I’ve set the width of the center tables to 550, but when i preview it in my browser, it looks like the width is at 1000 or something. Thanks !


<html>
<head>
<title>Whatever</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body scroll='no' bgcolor="#CCCCCC">
<table width="100%" height="100%" border="0">
  <tr> 
    <td rowspan="3" align="left" bgcolor="#CCCCCC">&nbsp;</td>
    <td width="550" height="250" align="center" bgcolor="#FFFFFF">&nbsp;</td>
    <td rowspan="3" align="right" bgcolor="#CCCCCC">&nbsp;</td>
  </tr>
  <tr> 
    <td align="center" bgcolor="#FFFFFF" width="550">&nbsp;</td>
  </tr>
  <tr> 
    <td align="center" bgcolor="#FFFFFF" height="27"><img src="tests/template3_bottom.png">&nbsp;</td>
  </tr>
</table>
</body>
</html>

Btw, everything seems fine until i preview it :-\

Can we see that page ?

Actually its working now that i’ve uploaded it :stuck_out_tongue: weird :-\

I don’t see what’s wrong with it …