Io la vedo bene ;)
Sia con firefox che con IE7.
Comunque IE6 DEVE visualizzarlo correttamente: da quel che so le tabelle esistono già da MOOLTO tempo ;)
Ciao!
EDIT: per il codice usa gli appositi tag:
Codice HTML:
<html>
<head>
<title>
ciao
</title>
</head>
<body>
<table border="4" cellspacing="5" cellpadding="5" width="100%">
<tr align="right">
<td bgcolor="ff0000" align="right">
Right
</td>
</tr>
<tr align="center">
<td align="center">
Center
</td>
</tr>
<tr align="left">
<td align="left">
Left
</td>
</tr>
</table>
</body>
</html>