Skip to content

Instantly share code, notes, and snippets.

@aliciaduffy
Created April 25, 2014 13:58
Show Gist options
  • Save aliciaduffy/11290503 to your computer and use it in GitHub Desktop.
Save aliciaduffy/11290503 to your computer and use it in GitHub Desktop.
No-Repeat Background - HTML Email / Outlook 2007 compatible
<div style="background-color: #cee9f4;">
<!--[if gte mso 9]>
<v:background xmlns:v="urn:schemas-microsoft-com:vml" fill="t">
<v:fill type="tile" src="http://static4.businessinsider.com/image/51b5d13369bedde54a000008/peta-goes-the-uncontroversial-route-and-hires-lil-bub-as-a-spokescat.jpg" color="#cee9f4" />
</v:background>
<![endif]-->
<table id="backgroundTable" style="background-image: url(http://static4.businessinsider.com/image/51b5d13369bedde54a000008/peta-goes-the-uncontroversial-route-and-hires-lil-bub-as-a-spokescat.jpg); background-repeat: no-repeat;" border="0" cellspacing="0" cellpadding="0" width="100%" height="100%" align="center" background="http://static4.businessinsider.com/image/51b5d13369bedde54a000008/peta-goes-the-uncontroversial-route-and-hires-lil-bub-as-a-spokescat.jpg">
<!-- REST OF EMAIL -->
</table>
</div>
@keshav1990
Copy link

change type="tile" to type="frame"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment