Last active
December 11, 2017 15:50
-
-
Save migcosta/ba21783cd72819afb50b4bf0e498ca51 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--[if (gte mso 9)|(IE)]> | |
<center style=" background-color:red"> | |
<table> | |
<tr> | |
<td width="280"> | |
<![endif]--> | |
<div style="max-width:180px; margin:0 auto; background-color:blue"> | |
<p>this will create a 280px on outlook/IE and a 180px on the other</p> | |
</div> | |
<!--[if (gte mso 9)|(IE)]> | |
</td> | |
</tr> | |
</table> | |
</center> | |
<![endif]--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment