Skip to content

Instantly share code, notes, and snippets.

@edisplay
Forked from stoyanvi/max_width_email_template.html
Last active August 29, 2015 14:26
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 edisplay/ccfa8ada96666833c0b8 to your computer and use it in GitHub Desktop.
Save edisplay/ccfa8ada96666833c0b8 to your computer and use it in GitHub Desktop.
HTML Email Template: max-width hack for MS Outlook
<!--[if (gte mso 9)|(IE)]>
<center>
<table>
<tr>
<td width="600">
<![endif]-->
<div style="max-width: 600px; margin: 0 auto;">
<p>This text will be centered and constrained to 600 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