Skip to content

Instantly share code, notes, and snippets.

@Kiwka
Last active August 29, 2015 14:27
Show Gist options
  • Save Kiwka/548492e2cf1e2728a295 to your computer and use it in GitHub Desktop.
Save Kiwka/548492e2cf1e2728a295 to your computer and use it in GitHub Desktop.
Hack to make background image visible in the email in the Outlook
<td background="http://images.freeimages.com/images/previews/df1/coffee-beans-2-1564474.jpg" bgcolor="#ffe08a" width="600" height="200" valign="top" styles="background-image: url(http://images.freeimages.com/images/previews/df1/coffee-beans-2-1564474.jpg);">
<!--[if gte mso 9]>
<v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="width:600px;height:200px;">
<v:fill type="tile" src="http://images.freeimages.com/images/previews/df1/coffee-beans-2-1564474.jpg" color="#ffe08a" />
<v:textbox inset="0,0,0,0">
<![endif]-->
<div>
<!-- Paste your content here -->
</div>
<!--[if gte mso 9]>
</v:textbox>
</v:rect>
<![endif]-->
</td>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment