Skip to content

Instantly share code, notes, and snippets.

@Minasokoni
Forked from elidickinson/max_width_email.html
Created May 15, 2017 19:22
Show Gist options
  • Save Minasokoni/24b62f9fbe10fc9b5c4b2e0d9aaa35d6 to your computer and use it in GitHub Desktop.
Save Minasokoni/24b62f9fbe10fc9b5c4b2e0d9aaa35d6 to your computer and use it in GitHub Desktop.
Email Template trick: max-width with outlook
<!--[if mso]>
<center>
<table><tr><td width="580">
<![endif]-->
<div style="max-width:580px; margin:0 auto;">
<p>This text will be centered and constrained to 580 pixels even on Outlook which does not support max-width CSS</p>
</div>
<!--[if mso]>
</td></tr></table>
</center>
<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment