Created
April 25, 2014 13:58
-
-
Save aliciaduffy/11290503 to your computer and use it in GitHub Desktop.
No-Repeat Background - HTML Email / Outlook 2007 compatible
This file contains 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
<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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
change
type="tile"
totype="frame"