cristoj
11/26/2013 - 7:45 AM

Background-image Email From http://www.campaignmonitor.com/blog/post/3192/add-a-background-image-to-individual-table-cells/

<html xmlns:v="urn:schemas-microsoft-com:vml">
<!--… then add this to your styles in <head>,too:-->
v:* { behavior: url(#default#VML); display: inline-block; }
<!--As for the <td> you wish to add the background image to, add the following within the cell (where width and height are the dimensions of the image):-->
<!--[if gte vml 1]> <v:image style='width: 600px; height: 402px; position: absolute; top: 0; left: 0; border: 0; z-index: -1;' src="http://www.yourlocationhere.com/image.gif" /><![endif]-->