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"> </td>
<td width="550" height="250" align="center" bgcolor="#FFFFFF"> </td>
<td rowspan="3" align="right" bgcolor="#CCCCCC"> </td>
</tr>
<tr>
<td align="center" bgcolor="#FFFFFF" width="550"> </td>
</tr>
<tr>
<td align="center" bgcolor="#FFFFFF" height="27"><img src="tests/template3_bottom.png"> </td>
</tr>
</table>
</body>
</html>
Btw, everything seems fine until i preview it :-\