Verifying session...
| Acronym | Actions |
|---|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="x-apple-disable-message-reformatting" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="format-detection" content="email=no" /> <meta name="format-detection" content="telephone=no" /> <meta name="format-detection" content="address=no" />
These styles are required, should be added above the media queries
* {
-webkit-text-size-adjust: none;
}
body {
margin: 0 !important;
padding: 0 !important;
}
body, table, td, p, a {
-ms-text-size-adjust: 100% !important;
-webkit-text-size-adjust: 100% !important;
}
p {
margin: 0px !important;
padding: 0px !important;
}
table, td {
border-spacing: 0 !important;
mso-table-lspace: 0 !important;
mso-table-rspace: 0 !important;
border-collapse: collapse !important;
}
.ExternalClass * {
line-height: 100% !important;
}
@media only screen and (max-width: 600px) {
}
The body must have the following styles in order to avoid some spacer and lines issues
<body style="width: 100%; -webkit-text-size-adjust:none; -ms-text-size-adjust: none; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0;">
TABLE:
<table border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;"></table>
TABLE ROW:
<tr></tr>
TABLE DATA:
<td align="left" valign="top"></td>
HYPERLINK:
<a href="#TBD" target="_blank" style="color: #3a6e10; text-decoration: underline;"></a>
IMAGES:
<img src="" alt="" width="" height="" style="display:block;" border="0" />
SUPERSCRIPT:
<sup style="font-size: 10px;line-height: 10px; vertical-align: text-top;">®</sup>
TEXT:
<td align="left" valign="top" style="font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 16px; color: #363636;">Lorem Ipsum</td>
BOLD:
<strong>Lorem Ipsum</strong>
ITALIC:
<em>Lorem Ipsum</em>
SPACERS:
<td align="left" valign="top" style="padding-top: 10px;padding-right: 10px;padding-bottom: 10px;padding-left: 10px;">Lorem Ipsum</td>
These hacks must be added inside the <head></head> tag
<!--[if gte mso 9]>
<xml>
<o:OfficeDocumentSettings>
<o:AllowPNG />
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml>
<style>
sup {
font-size:110% !important;
}
</style>
<![endif]-->
Use this code to hide/show mobile content
<style type="text/css">
.show-for-small {
display: block !important;
overflow: visible !important;
width: auto !important;
max-height: inherit !important;
}
</style>
<!--[if !mso]><!-->
<tr>
<td align="center" valign="top">
<div align="center" class="show-for-small" style="display:none;width:0px;max-height:0px;font-size:0px;line-height:0px;overflow:hidden;mso-hide:all;">
</div>
</td>
</tr>
<!--<![endif]-->
<style type="text/css">
.resize-background{
background-size: cover !important;
}
</style>
<tr>
<td class="resize-background" valign="top" align="center" style="font-size: 0px; line-height: 0px; background-image: url('images/background.jpg'); height: 265px; background-repeat: no-repeat; background-size: contain; background-color: #1c7a94">
<!--[if gte mso 9]>
<v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="width:600px;height:265px;">
<v:fill type="tile" src="images/background.jpg" color="#1c7a94" />
<v:textbox inset="0,0,0,0">
<![endif]-->
Content Here!
<!--[if gte mso 9]>
</v:textbox>
</v:rect>
<![endif]-->
</td>
</tr>
<tr>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" width="250" style="height:50px;width:250px;min-width:250px;" bgcolor="#ab1d44">
<tr>
<td align="center" height="50" style="font-family:Arial, Helvetica, sans-serif;font-size:20px;line-height:1;">
<strong><a href="#TBD" style="text-decoration:none;color:#ffffff;height:50px;line-height:50px;font-size:20px;display:block;" target="_blank">GIVE NOW</a></strong>
</td>
</tr>
</table>
</td>
</tr>
When developing Email Marketing Campaigns, it is essential that your message is received correctly on different devices.
Use XHTML 1.0 Transitional. Structure with tables (not flexbox/grid).
Nested Tables: Separate sections by <tr>'s. Use minimum 2 levels of nested tables.
These are the fonts that render correctly in all major email clients:
Note: Google Fonts can be used but they DO NOT render in most email clients, including Gmail.
All styles for desktop must be inline. Email clients remove CSS in <head> or external files.
For mobile YES use the <style> tag with media queries.
Specificity order from highest to lowest:
* {
-webkit-text-size-adjust: none !important;
word-break: keep-all !important;
hyphens: none !important;
-ms-hyphens: none !important;
-webkit-hyphens: none !important;
}
body {
margin: 0 !important;
padding: 0 !important;
}
body, table, td, p, a {
-ms-text-size-adjust: 100% !important;
-webkit-text-size-adjust: 100% !important;
}
p {
margin: 0px !important;
padding: 0px !important;
}
table, td {
border-spacing: 0 !important;
mso-table-lspace: 0 !important;
mso-table-rspace: 0 !important;
border-collapse: collapse !important;
}
.ExternalClass * {
line-height: 100% !important;
}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="x-apple-disable-message-reformatting" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title></title>
<!--[if gte mso 9]>
<xml>
<o:OfficeDocumentSettings>
<o:AllowPNG />
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml>
<style>
sup {
font-size:110% !important;
}
</style>
<![endif]-->
<style type="text/css">
* {
-webkit-text-size-adjust: none !important;
word-break: keep-all !important;
hyphens: none !important;
-ms-hyphens: none !important;
-webkit-hyphens: none !important;
}
body {
margin: 0 !important;
padding: 0 !important;
}
body, table, td, p, a {
-ms-text-size-adjust: 100% !important;
-webkit-text-size-adjust: 100% !important;
}
p {
margin: 0px !important;
padding: 0px !important;
}
table, td {
border-spacing: 0 !important;
mso-table-lspace: 0 !important;
mso-table-rspace: 0 !important;
border-collapse: collapse !important;
}
.ExternalClass * {
line-height: 100% !important;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
@media only screen and (max-width: 600px) {
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
.w100 {
width: 100% !important;
min-width: initial !important;
}
}
</style>
</head>
<body style="width: 100%; -webkit-text-size-adjust:none; -ms-text-size-adjust: none; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0;">
<!-- PREVIEW TEXT -->
<p style="display:none;width:0px;height:0px;max-height:0px;mso-hide:all;margin:0px;color:#ffffff;line-height:0px;font-size:0px;"></p>
<p style="display:none;width:0px;height:0px;max-height:0px;mso-hide:all;margin:0px;"> ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌</p>
<!-- end PREVIEW TEXT -->
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%;background-color: #e6e6e6" width="100%" bgcolor="#e6e6e6">
<tr>
<td align="center" valign="top">
<table class="w100" border="0" cellpadding="0" cellspacing="0" style="width: 600px;background-color: #ffffff" width="600" bgcolor="#ffffff">
<!--paragraph-->
<tr>
<td align="center" valign="top" style="font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 16px; color: #363636;mso-hyphenate: none;padding: 10px 20px;">
Text Here
</td>
</tr>
<!--image-->
<tr>
<td align="left" valign="top">
<img src="https://placehold.co/600x400/EEE/31343C" alt="alt text" width="600" height="400" style="display:block;" border="0" />
</td>
</tr>
<!--2 Columns-->
<tr>
<td align="left" valign="top">
<table border="0" cellspacing="0" cellpadding="0" width="300" style="width:300px;float: left" align="left" class="w100">
<tr>
<td align="left" valign="top" style="font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 16px; color: #363636;mso-hyphenate: none;">column 1</td>
</tr>
</table>
<!--[if gte mso 9]></td><td align="left" valign="top"><![endif]-->
<table border="0" cellspacing="0" cellpadding="0" width="300" style="width:300px;float: right" align="right" class="w100">
<tr>
<td align="left" valign="top" style="font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 16px; color: #363636;mso-hyphenate: none;">column 2</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
Text that appears after the subject line in inbox:
<p style="display:none;width:0px;height:0px;max-height:0px;mso-hide:all;margin:0px;color:#ffffff;line-height:0px;font-size:0px;"></p> <p style="display:none;width:0px;height:0px;max-height:0px;mso-hide:all;margin:0px;"> ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌</p>
<tr>
<td align="left" valign="top">
<table border="0" cellspacing="0" cellpadding="0" width="300" style="width:300px;float: left" align="left" class="w100">
<tr>
<td align="left" valign="top" style="font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 16px; color: #363636;mso-hyphenate: none;">
column 1
</td>
</tr>
</table>
<!--[if gte mso 9]></td><td align="left" valign="top"><![endif]-->
<table border="0" cellspacing="0" cellpadding="0" width="300" style="width:300px;float: right" align="right" class="w100">
<tr>
<td align="left" valign="top" style="font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 16px; color: #363636;mso-hyphenate: none;">
column 2
</td>
</tr>
</table>
</td>
</tr>
Ghost break:
<!--[if true]><br> <![endif]-->
MSO Styles in first table:
<table style="mso-line-height-rule: exactly; mso-margin-bottom-alt: 0; mso-margin-top-alt: 0;">
Add mso-hyphenate: none to all text <td>:
<td style="font-family: Arial, sans-serif; mso-hyphenate: none;">Text</td>
Certain words in Outlook add color-changing animations. Add this class:
.foo span {
background: inherit !important;
color: inherit !important;
}
Apply to <td>:
<td class="foo" style="font-family: Arial, sans-serif;">Congratulations</td>
Use the search bar above or apply filters to find ESP variables and donation form parameters.
Code snippets and templates for developers
Manage user roles and permissions. Only administrators can access this section.
| Actions | |||||
|---|---|---|---|---|---|
| Loading users... | |||||
Track all system changes and user actions
| Date & Time | User | Action | Resource | Details | Actions |
|---|---|---|---|---|---|
|
Loading audit logs... |
|||||