Thursday 22 August 2013

Adding Background Images in Outlook

<!--[if gte mso 9]>
    <v:image xmlns:v="urn:schemas-microsoft-com:vml" id="theImage" style='behavior: url(#default#VML); (+ more CSS)' src="background url" />
    <v:shape xmlns:v="urn:schemas-microsoft-com:vml" id="theText" style='behavior: url(#default#VML); (+ more CSS)'>
    <div>
<![endif]-->
<!-- An HTML table -->
<!--[if gte mso 9]>
    </div>
    </v:shape>
<![endif]-->

Tuesday 13 August 2013

HTML Email Build Template


This is a template built by Mike Dove which is the foundations for a HTML email build:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd"><html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><!--iPhone Display Fix DO NOT DELETE -->

<title>SUBJECTLINE</title>

</head>
<body style="margin:0px;padding:0px;-webkit-text-size-adjust:none;">
<!-- Gmail Transbackground fix --><table width="100%" border="0" align="left" cellpadding="0" cellspacing="0" bgcolor="#ffffff"><tr><td valign="top">

<div style="font-size:40px; line-height:40px; mso-line-height-rule: exactly;">&nbsp;</div>

<!-- WRAPPER TABLE (SET WIDTH)&(SET BGCOLOR)-->
<table width="" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#">
<tr>
<!--! ROW -->
<td valign="top">

<!--// ROW --></td>
</tr>
</table>
<!--//WRAPPER TABLE -->

<!--//Gmail Transbackground fix--></td></tr></table>
<!-- Fix autogenerated distribution software footer clearence --><div style="font-size:1px; line-height:1px; mso-line-height-rule: exactly;">&nbsp;</div>
</body></html>