SM 7 Keep floated tables in responsive emails from stacking in Outlook Shared by Stig Morten Myre, 2015-08-19 18:27:54. Tagged: Table, Outlook Copy to Clipboard Save to Design Library Snippet Trigger View Design Library Please enter a valid trigger The text that, when typed and followed by a tab will trigger the insertion of the snippet code. Added to your Design Library. Go to Design Library. Copied to Clipboard Your snippet is out of date. Update snippet <style type="text/css"> @media only screen and (max-width: 640px) { .contenttable { width:320px !important; } } </style> <table width="640" align="center" border="0" cellpadding="0" cellspacing="0" class="contenttable"> <tr> <td valign="top"> <table width="320" border="0" cellspacing="0" cellpadding="20" align="left"> <tr> <td> <p>Pyntet telegram ennogså redningsmann papiret selvfølelse, fordømme efter fordektig sakfører nippet gjemmespill usigelig, elskverdig som ekorne smitte utbetalt underskrev.</p> </td> </tr> </table> <!--[if mso]> </td> <td valign="top"> <![endif]--> <table width="320" border="0" cellspacing="0" cellpadding="20"> <tr> <td> <p>Tungeste kolde tilståelse hustrus, probat lerker herhen opplevet.</p> </td> </tr> </table> </td> </tr> </table>
Technique explained at https://www.campaignmonitor.com/forums/topic/7223/outlook-200710-responsive-design-height-limitation-1728px/#p26564 Reply to Stig Morten Myre
This one's useful for adding Outlook support to various different responsive techniques. A more complete example with great email client support here: https://www.campaignmonitor.com/blog/post/4240/creating-a-centred-responsive-design-without-media-queries Reply to Stig Morten Myre
Technique explained at https://www.campaignmonitor.com/forums/topic/7223/outlook-200710-responsive-design-height-limitation-1728px/#p26564
This one's useful for adding Outlook support to various different responsive techniques. A more complete example with great email client support here:
https://www.campaignmonitor.com/blog/post/4240/creating-a-centred-responsive-design-without-media-queries