I have created a campaign (EDM) for my client and it works well in mobile, tablet and modern browsers like Chrome and Safari on desktop, BUT it does not work in Outlook 2010 on Windows PC. The width of the table extends to the width of the Outlook window so the layout just broke.
(imgs: when it works in Chrome / that's what happens in Outlook 2010)
Here is the code I use for tables:
<table align="center" width="600px" cellpadding="0" cellspacing="0" border="0" table-layout="fixed" > <tbody><tr><td style="text-align:left" overflow: "hidden"></td></tr></table>
Thank you for your help!
You need to set width and height in each
<TR>
and<TD>
Outlooks are awful with rendering email style / tables :(