Skip to content

Instantly share code, notes, and snippets.

@arbaaz
Created March 14, 2014 13:08
Show Gist options
  • Save arbaaz/9547354 to your computer and use it in GitHub Desktop.
Save arbaaz/9547354 to your computer and use it in GitHub Desktop.
IE_conditional_tag
<!--[if (gte mso 9)|(IE)]>
<table width="425" align="left" cellpadding="0" cellspacing="0" border="0">
<tr>
<td>
<![endif]-->
This is conditional tag for IE rendering engine
<!--[if (gte mso 9)|(IE)]>
</td>
</tr>
</table>
<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment