Question
Background Images in Outlook
Hi all,
I'm trying to get a background image to work in Outlook emails (grr - naughty Outlook!)
Here is my code - it is pretty much a complete rip from https://backgrounds.cm/
<!-- START: Default Badged Full Width Image -->
<tr class="mktoModule" id="mkto-default-badged-header" mktoAddByDefault="false" mktoName="Default Badged Header">
<td background="https://dummyimage.com/600x300/AA4242/ffffff&text=Background+Image+600px+wide" bgcolor="#7bceeb" width="600" height="300" valign="top" >
<!--[if gte mso 9]>
<v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="width:600px;height:300px;">
<v:fill type="tile" src="https://dummyimage.com/600x300/AA4242/ffffff&text=Background+Image+600px+wide" color="#7bceeb" />
<v:textbox inset="0,0,0,0">
<![endif]-->
<div>
<span>some test text</span>
</div>
<!--[if gte mso 9]>
</v:textbox>
</v:rect>
<![endif]-->
</td>
</tr>
<!-- END: Default Full Width Image --> I am across this post in my searches, and have made sure everything is set as per the resolution.
I'm still having no joy with background images showing up in Outlook.
Any thoughts?
Cheers
Jo
