I am testing my HTML email using http://www.emailonacid.com and Hotmail is causing problems.
This table is appearing as left aligned and I can't figure out why:
<div align="center">
<table align="center" width="200" style="background:red">
<tr>
<td>Please Help</td>
</tr>
</table>
</div>
It looks fine in IE but not in FF.