Skip to content
Glenn Smith edited this page Apr 19, 2015 · 2 revisions

Boilerplate

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<title>Email Framework Version 1.0.1</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />

<!-- Demo Only -->
<link rel="stylesheet" href="mail.css" type="text/css" />

<style type="text/css">

    /* Paste CSS */

</style>

<!--[if gte mso 15]>
<style type="text/css">
	table { font-size:1px; line-height:0; mso-margin-top-alt:1px;mso-line-height-rule: exactly; }
	* { mso-line-height-rule: exactly; }
</style>
<![endif]-->    
<!--[if !mso]><!-- -->
<img style="min-width:640px;display:block;margin:0;padding:0" class="mobile-hide" width="640" height="1" src="images/spacer.gif">
<!--<![endif]-->

<!-- Start Background -->
<table width="100%" cellpadding="0" cellspacing="0" border="0">
    <tr>
        <td width="100%" valign="top" align="center">
  
            <!-- Let's Go! -->
  
        </td>
    </tr>
</table>
<!-- End Background -->
Clone this wiki locally