How can I center the panel for an email that’s viewed in IE using Gmail without the inner copy being centered as well? I’m currently using the center tag to position the entire design into the middle of the screen, although I need the copy to be left justified successfully in IE.
<center>
<table>
<tr>
<td style="text-align: left;">
This is centered as well
</td>
</tr>
</center>
worked it out.. use center for the top panel but all copy inside that looks to work if you add text-align: left to each and every piece of copy