ja, an sich ist diese ausrichtung html-standard. allerdings glaube ich, dass der nn4.7 (eigentlich eh egal *gg*) damit probleme haben könnte.
idealerweise definiert man die tabelle natürlich per css:
Code:
<table cellpadding="0" cellspacing="0" style="border: none; width: 100%; height: 100%">
<tr>
<td style="text-align: center">
<table cellpadding="0" cellspacing="0" style="width: 700px; border: none; background-color: #FF0000">
<tr>
<td> </td>
</tr>
</table></td>
</tr>
</table>