Skip to content

Instantly share code, notes, and snippets.

@laurent-d
Forked from elidickinson/max_width_email.html
Created December 22, 2016 15:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laurent-d/f18cf7d9d86d8c1aeb4768f97289c743 to your computer and use it in GitHub Desktop.
Save laurent-d/f18cf7d9d86d8c1aeb4768f97289c743 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