Skip to content

Instantly share code, notes, and snippets.

@jonsherrard
Created May 18, 2012 12:29
Show Gist options
  • Save jonsherrard/2725030 to your computer and use it in GitHub Desktop.
Save jonsherrard/2725030 to your computer and use it in GitHub Desktop.
salusbury_email_1.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<!-- Facebook sharing information tags -->
<meta property="og:title" content="*|MC:SUBJECT|*" />
<title>Salusbury Rooms Newsletter #1</title>
<style type="text/css">
/* Client-specific Styles */
#outlook a{padding:0;} /* Force Outlook to provide a "view in browser" button. */
body{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */
body{-webkit-text-size-adjust:none;} /* Prevent Webkit platforms from changing default text sizes. */
/* Reset Styles */
body{margin:0; padding:0;}
img{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}
table td{border-collapse:collapse;}
#backgroundTable{height:100% !important; margin:0; padding:0; width:100% !important;}
/* Template Styles */
/* /\/\/\/\/\/\/\/\/\/\ STANDARD STYLING: COMMON PAGE ELEMENTS /\/\/\/\/\/\/\/\/\/\ */
/**
* @tab Page
* @section background color
* @tip Set the background color for your email. You may want to choose one that matches your company's branding.
* @theme page
*/
body, #backgroundTable{
/*@editable*/ background-color:#FFFFFF;
}
/**
* @tab Page
* @section email border
* @tip Set the border for your email.
*/
#templateContainer{
/*@editable*/ border: 1px solid #FFFFFF;
}
/**
* @tab Page
* @section heading 1
* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.
* @style heading 1
*/
h1, .h1{
/*@editable*/ color:#787878;
display:block;
/*@editable*/ font-family:Arial;
/*@editable*/ font-size:34px;
/*@editable*/ font-weight:bold;
/*@editable*/ line-height:100%;
margin-top:0;
margin-right:0;
margin-bottom:10px;
margin-left:0;
/*@editable*/ text-align:left;
}
/**
* @tab Page
* @section heading 2
* @tip Set the styling for all second-level headings in your emails.
* @style heading 2
*/
h2, .h2{
/*@editable*/ color:#787878;
display:block;
/*@editable*/ font-family:Arial;
/*@editable*/ font-size:30px;
/*@editable*/ font-weight:bold;
/*@editable*/ line-height:100%;
margin-top:0;
margin-right:0;
margin-bottom:10px;
margin-left:0;
/*@editable*/ text-align:left;
}
/**
* @tab Page
* @section heading 3
* @tip Set the styling for all third-level headings in your emails.
* @style heading 3
*/
h3, .h3{
/*@editable*/ color:#787878;
display:block;
/*@editable*/ font-family:Arial;
/*@editable*/ font-size:26px;
/*@editable*/ font-weight:bold;
/*@editable*/ line-height:100%;
margin-top:0;
margin-right:0;
margin-bottom:10px;
margin-left:0;
/*@editable*/ text-align:left;
}
/**
* @tab Page
* @section heading 4
* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.
* @style heading 4
*/
h4, .h4{
/*@editable*/ color:#787878;
display:block;
/*@editable*/ font-family:Arial;
/*@editable*/ font-size:22px;
/*@editable*/ font-weight:bold;
/*@editable*/ line-height:100%;
margin-top:0;
margin-right:0;
margin-bottom:10px;
margin-left:0;
/*@editable*/ text-align:left;
}
/* /\/\/\/\/\/\/\/\/\/\ STANDARD STYLING: PREHEADER /\/\/\/\/\/\/\/\/\/\ */
/**
* @tab Header
* @section preheader style
* @tip Set the background color for your email's preheader area.
* @theme page
*/
#templatePreheader{
/*@editable*/ background-color:#FFFFFF;
}
/**
* @tab Header
* @section preheader text
* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.
*/
.preheaderContent div{
/*@editable*/ color:#787878;
/*@editable*/ font-family:Arial;
/*@editable*/ font-size:11px;
/*@editable*/ line-height:100%;
/*@editable*/ text-align:left;
}
/**
* @tab Header
* @section preheader link
* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.
*/
.preheaderContent div a:link, .preheaderContent div a:visited, /* Yahoo! Mail Override */ .preheaderContent div a .yshortcuts /* Yahoo! Mail Override */{
/*@editable*/ color:#464646;
/*@editable*/ font-weight:normal;
/*@editable*/ text-decoration:none;
}
/* /\/\/\/\/\/\/\/\/\/\ STANDARD STYLING: HEADER /\/\/\/\/\/\/\/\/\/\ */
/**
* @tab Header
* @section header style
* @tip Set the background color and border for your email's header area.
* @theme header
*/
#templateHeader{
/*@editable*/ background-color:#FFFFFF;
/*@editable*/ border-bottom:0;
}
/**
* @tab Header
* @section header text
* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.
*/
.headerContent{
/*@editable*/ color:#787878;
/*@editable*/ font-family:Arial;
/*@editable*/ font-size:34px;
/*@editable*/ font-weight:bold;
/*@editable*/ line-height:100%;
/*@editable*/ padding:0;
/*@editable*/ text-align:center;
/*@editable*/ vertical-align:middle;
}
/**
* @tab Header
* @section header link
* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.
*/
.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{
/*@editable*/ color:#464646;
/*@editable*/ font-weight:normal;
/*@editable*/ text-decoration:none;
}
#headerImage{
height:auto;
max-width:600px !important;
}
/* /\/\/\/\/\/\/\/\/\/\ STANDARD STYLING: MAIN BODY /\/\/\/\/\/\/\/\/\/\ */
/**
* @tab Body
* @section body style
* @tip Set the background color for your email's body area.
*/
#templateContainer, .bodyContent{
/*@editable*/ background-color:#FFFFFF;
}
/**
* @tab Body
* @section body text
* @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.
* @theme main
*/
.bodyContent div{
/*@editable*/ color:#787878;
/*@editable*/ font-family:Arial;
/*@editable*/ font-size:13px;
/*@editable*/ line-height:15px;
/*@editable*/ text-align:left;
}
/**
* @tab Body
* @section body link
* @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.
*/
.bodyContent div a:link, .bodyContent div a:visited, /* Yahoo! Mail Override */ .bodyContent div a .yshortcuts /* Yahoo! Mail Override */{
/*@editable*/ color:#464646;
/*@editable*/ font-weight:normal;
/*@editable*/ text-decoration:none;
}
.bodyContent img{
display:inline;
height:auto;
}
/* /\/\/\/\/\/\/\/\/\/\ STANDARD STYLING: MIDDLE COLUMNS; LEFT, RIGHT /\/\/\/\/\/\/\/\/\/\ */
/**
* @tab Middle Columns
* @section left column text
* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.
*/
.leftMidColumnContent{
/*@editable*/ background-color:#FFFFFF;
}
/**
* @tab Middle Columns
* @section left column text
* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.
*/
.leftMidColumnContent div{
/*@editable*/ color:#787878;
/*@editable*/ font-family:Arial;
/*@editable*/ font-size:13px;
/*@editable*/ line-height:15px;
/*@editable*/ text-align:left;
}
/**
* @tab Middle Columns
* @section left column link
* @tip Set the styling for your email's left column links. Choose a color that helps them stand out from your text.
*/
.leftMidColumnContent div a:link, .leftMidColumnContent div a:visited, /* Yahoo! Mail Override */ .leftMidColumnContent div a .yshortcuts /* Yahoo! Mail Override */{
/*@editable*/ color:#464646;
/*@editable*/ font-weight:normal;
/*@editable*/ text-decoration:none;
}
.leftMidColumnContent img{
display:inline;
height:auto;
}
/**
* @tab Middle Columns
* @section right column text
* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.
*/
.rightMidColumnContent{
/*@editable*/ background-color:#FFFFFF;
}
/**
* @tab Middle Columns
* @section right column text
* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.
*/
.rightMidColumnContent div{
/*@editable*/ color:#787878;
/*@editable*/ font-family:Arial;
/*@editable*/ font-size:13px;
/*@editable*/ line-height:15px;
/*@editable*/ text-align:left;
}
/**
* @tab Middle Columns
* @section right column link
* @tip Set the styling for your email's right column links. Choose a color that helps them stand out from your text.
*/
.rightMidColumnContent div a:link, .rightMidColumnContent div a:visited, /* Yahoo! Mail Override */ .rightMidColumnContent div a .yshortcuts /* Yahoo! Mail Override */{
/*@editable*/ color:#464646;
/*@editable*/ font-weight:normal;
/*@editable*/ text-decoration:none;
}
.rightMidColumnContent img{
display:inline;
height:auto;
}
/* /\/\/\/\/\/\/\/\/\/\ STANDARD STYLING: LOWER COLUMNS; LEFT, CENTER, RIGHT /\/\/\/\/\/\/\/\/\/\ */
/**
* @tab Lower Columns
* @section left column text
* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.
*/
.leftLowerColumnContent{
/*@editable*/ background-color:#FFFFFF;
}
/**
* @tab Lower Columns
* @section left column text
* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.
*/
.leftLowerColumnContent div{
/*@editable*/ color:#787878;
/*@editable*/ font-family:Arial;
/*@editable*/ font-size:13px;
/*@editable*/ line-height:15px;
/*@editable*/ text-align:left;
}
/**
* @tab Lower Columns
* @section left column link
* @tip Set the styling for your email's left column links. Choose a color that helps them stand out from your text.
*/
.leftLowerColumnContent div a:link, .leftLowerColumnContent div a:visited, /* Yahoo! Mail Override */ .leftLowerColumnContent div a .yshortcuts /* Yahoo! Mail Override */{
/*@editable*/ color:#464646;
/*@editable*/ font-weight:normal;
/*@editable*/ text-decoration:none;
}
.leftLowerColumnContent img{
display:inline;
height:auto;
}
/**
* @tab Lower Columns
* @section center column text
* @tip Set the styling for your email's center column text. Choose a size and color that is easy to read.
*/
.centerLowerColumnContent{
/*@editable*/ background-color:#FFFFFF;
}
/**
* @tab Lower Columns
* @section center column text
* @tip Set the styling for your email's center column text. Choose a size and color that is easy to read.
*/
.centerLowerColumnContent div{
/*@editable*/ color:#787878;
/*@editable*/ font-family:Arial;
/*@editable*/ font-size:13px;
/*@editable*/ line-height:15px;
/*@editable*/ text-align:left;
}
/**
* @tab Lower Columns
* @section center column link
* @tip Set the styling for your email's center column links. Choose a color that helps them stand out from your text.
*/
.centerLowerColumnContent div a:link, .centerLowerColumnContent div a:visited, /* Yahoo! Mail Override */ .centerLowerColumnContent div a .yshortcuts /* Yahoo! Mail Override */{
/*@editable*/ color:#464646;
/*@editable*/ font-weight:normal;
/*@editable*/ text-decoration:none;
}
.centerLowerColumnContent img{
display:inline;
height:auto;
}
/**
* @tab Lower Columns
* @section right column text
* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.
*/
.rightLowerColumnContent{
/*@editable*/ background-color:#FFFFFF;
}
/**
* @tab Lower Columns
* @section right column text
* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.
*/
.rightLowerColumnContent div{
/*@editable*/ color:#787878;
/*@editable*/ font-family:Arial;
/*@editable*/ font-size:13px;
/*@editable*/ line-height:15px;
/*@editable*/ text-align:left;
}
/**
* @tab Lower Columns
* @section right column link
* @tip Set the styling for your email's right column links. Choose a color that helps them stand out from your text.
*/
.rightLowerColumnContent div a:link, .rightLowerColumnContent div a:visited, /* Yahoo! Mail Override */ .rightLowerColumnContent div a .yshortcuts /* Yahoo! Mail Override */{
/*@editable*/ color:#464646;
/*@editable*/ font-weight:normal;
/*@editable*/ text-decoration:none;
}
.rightLowerColumnContent img{
display:inline;
height:auto;
}
/* /\/\/\/\/\/\/\/\/\/\ STANDARD STYLING: FOOTER /\/\/\/\/\/\/\/\/\/\ */
/**
* @tab Footer
* @section footer style
* @tip Set the background color and top border for your email's footer area.
* @theme footer
*/
#templateFooter{
/*@editable*/ background-color:#FFFFFF;
/*@editable*/ border-top:0;
}
/**
* @tab Footer
* @section footer text
* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.
* @theme footer
*/
.footerContent div{
/*@editable*/ color:#707070;
/*@editable*/ font-family:Arial;
/*@editable*/ font-size:11px;
/*@editable*/ line-height:13px;
/*@editable*/ text-align:left;
}
/**
* @tab Footer
* @section footer link
* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.
*/
.footerContent div a:link, .footerContent div a:visited, /* Yahoo! Mail Override */ .footerContent div a .yshortcuts /* Yahoo! Mail Override */{
/*@editable*/ color:#464646;
/*@editable*/ font-weight:normal;
/*@editable*/ text-decoration:none;
}
.footerContent img{
display:inline;
}
/**
* @tab Footer
* @section social bar style
* @tip Set the background color and border for your email's footer social bar.
* @theme footer
*/
#social{
/*@editable*/ background-color:#FAFAFA;
/*@editable*/ border:0;
}
/**
* @tab Footer
* @section social bar style
* @tip Set the background color and border for your email's footer social bar.
*/
#social div{
/*@editable*/ text-align:center;
}
/**
* @tab Footer
* @section utility bar style
* @tip Set the background color and border for your email's footer utility bar.
* @theme footer
*/
#utility{
/*@editable*/ background-color:#FFFFFF;
/*@editable*/ border:0;
}
/**
* @tab Footer
* @section utility bar style
* @tip Set the background color and border for your email's footer utility bar.
*/
#utility div{
/*@editable*/ text-align:center;
}
#monkeyRewards img{
max-width:190px;
}
</style>
</head>
<body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">
<center>
<table border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="backgroundTable">
<tr>
<td align="center" valign="top">
<!-- // Begin Template Preheader \\ -->
<table border="0" cellpadding="10" cellspacing="0" width="600" id="templatePreheader">
<tr>
<td valign="top" class="preheaderContent">
<!-- // Begin Module: Standard Preheader \ -->
<table border="0" cellpadding="10" cellspacing="0" width="100%">
<tr>
<td valign="top">
<div mc:edit="std_preheader_content">
</div>
</td>
<!-- *|IFNOT:ARCHIVE_PAGE|* -->
<td valign="top" width="600">
<div style="text-align: center" mc:edit="std_preheader_links">
If you’re having trouble reading this email, <a href="http://salusburyrooms.com/email/newsletter_1">click here to view it in your browser.</a> </div>
</td>
<!-- *|END:IF|* -->
</tr>
</table>
<!-- // End Module: Standard Preheader \ -->
</td>
</tr>
</table>
<!-- // End Template Preheader \\ -->
<table border="0" cellpadding="0" cellspacing="0" width="600" id="templateContainer">
<tr>
<td align="center" valign="top">
<!-- // Begin Template Header \\ -->
<table border="0" cellpadding="0" cellspacing="0" width="600" id="templateHeader">
<tr>
<td class="headerContent">
<!-- // Begin Module: Standard Header Image \\ -->
<img src="http://salusburyrooms.com/email/newsletter_1/sr_logo.jpg" style="max-width:600px;" id="headerImage campaign-icon" mc:label="header_image" mc:edit="header_image" mc:allowdesigner mc:allowtext />
<!-- // End Module: Standard Header Image \\ -->
</td>
</tr>
</table>
<!-- // End Template Header \\ -->
</td>
</tr>
<tr>
<td align="center" valign="top">
<!-- // Begin Template Body \\ -->
<table border="0" cellpadding="0" cellspacing="0" width="600" id="templateBody">
<tr>
<td valign="top">
<table border="0" cellpadding="0" cellspacing="0" width="600">
<tr>
<td valign="top" class="bodyContent">
<!-- // Begin Module: Standard Content \\ -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td valign="top">
<div style="text-align:center" mc:edit="std_content00">
An invitation to the launch of London's newest event space.
<img src="http://salusburyrooms.com/email/newsletter_1/header.jpg" style="max-width:600px;" id="headerImage campaign-icon" mc:label="header_image" mc:edit="header_image" mc:allowdesigner mc:allowtext />
</div>
</td>
</tr>
</table>
<!-- // End Module: Standard Content \\ -->
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top">
<table border="0" cellpadding="0" cellspacing="0" width="600">
<tr>
<td valign="top" width="280" class="leftMidColumnContent">
<!-- // Begin Module: Top Image with Content \\ -->
<table border="0" cellpadding="5" cellspacing="0" width="100%">
<tr mc:repeatable>
<td valign="top">
<div mc:edit="tiwc300_content00">
</br>
</br>
</br>
</br>
</br>
Visually striking and fully refurbished, the Salusbury Rooms is a first-class venue set across three floors in a former cinema building.
Ideal for wedding receptions, conferences, product launches, art fairs or dinners and just</br> 15 minutes by Tube from the heart of the city.
</div>
</td>
</tr>
</table>
<!-- // End Module: Top Image with Content \\ -->
</td>
<td valign="top" width="280" class="rightMidColumnContent">
<!-- // Begin Module: Top Image with Content \\ -->
<table border="0" cellpadding="5" cellspacing="0" width="100%">
<tr mc:repeatable>
<td valign="top">
<div mc:edit="tiwc300_content01">
</br>
</br>
</br>
</br>
</br>
The Rooms offer versatile and practical facilities and can be hired in full or in part, for events of all sizes, on an ad-hoc or ongoing basis. </br>
</br>
So to check out what’s available, please drop
by for a drink at our opening event. RSVP <a href="mailto:bookings@salusburyrooms.com">here.</a> </br></br></br></br></br></br>
</div>
</td>
</tr>
</table>
<!-- // End Module: Top Image with Content \\ -->
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top">
<table border="0" cellpadding="0" cellspacing="0" width="600">
<tr>
<td valign="top" width="180" class="leftLowerColumnContent">
<!-- // Begin Module: Top Image with Content \\ -->
<table border="0" cellpadding="5" cellspacing="0" width="100%">
<tr mc:repeatable>
<td valign="top">
<img src="http://salusburyrooms.com/email/newsletter_1/bottom_thumb_left.jpg" style="max-width:188px;" mc:label="image" mc:edit="tiwc200_image00" />
<div style="text-align:center" mc:edit="tiwc200_content00">
</br></br>
The Salusbury Rooms</br>
130 Salusbury Road</br>
Queens Park</br>
London
<a href="http://maps.google.com/maps?q=Lonsdale+Rd+nw6+6rg&hl=en&ll=51.535999,-0.204776&spn=0.002573,0.006947&sll=51.536292,-0.205538&sspn=0.001286,0.003473&t=h&hnear=Lonsdale+Rd,+NW6+6rg,+United+Kingdom&z=18">NW6 6RG</a> </div>
</td>
</tr>
</table>
<!-- // End Module: Top Image with Content \\ -->
</td>
<td valign="top" width="180" class="centerLowerColumnContent">
<!-- // Begin Module: Top Image with Content \\ -->
<table border="0" cellpadding="5" cellspacing="0" width="100%">
<tr mc:repeatable>
<td valign="top">
<img src="http://salusburyrooms.com/email/newsletter_1/bottom_thumb_middle.jpg" style="max-width:188px;" mc:label="image" mc:edit="tiwc200_image01" />
<div style="text-align:center" mc:edit="tiwc200_content01">
</br></br>
Tuesday 29th May 2012</br>6.30 — 9pm</br>
Drinks reception and showcasing </div>
</td>
</tr>
</table>
<!-- // End Module: Top Image with Content \\ -->
</td>
<td valign="top" width="180" class="rightLowerColumnContent">
<!-- // Begin Module: Top Image with Content \\ -->
<table border="0" cellpadding="5" cellspacing="0" width="100%">
<tr mc:repeatable>
<td valign="top">
<img src="http://salusburyrooms.com/email/newsletter_1/bottom_thumb_right.jpg" style="max-width:188px;" mc:label="image" mc:edit="tiwc200_image02" />
<div style="text-align:center" mc:edit="tiwc200_content02">
</br></br>
This is a free event, but please</br> RSVP by Friday 25th May at</br> <a href="mailto:info@salusburyrooms.com">info@salusburyrooms.com</a>
</div>
</td>
</tr>
</table>
<!-- // End Module: Top Image with Content \\ -->
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- // End Template Body \\ -->
</td>
</tr>
<tr>
<td align="center" valign="top">
<!-- // Begin Template Footer \\ -->
<table border="0" cellpadding="10" cellspacing="0" width="600" id="templateFooter">
<tr>
<td valign="top" class="footerContent">
<!-- // Begin Module: Standard Footer \\ -->
<table border="0" cellpadding="10" cellspacing="0" width="100%">
<tr>
<td colspan="2" valign="middle" id="social">
<div style="text-align:center" mc:edit="std_social"></br></br></br></br></br></br>
Keep an eye out for our website launching soon!</br>
<a href="http://salusburyrooms.com">www.salusburyrooms.com</a>
</div>
</td>
</tr>
<tr>
<td valign="top" width="350">
<div mc:edit="std_footer">
</div>
</td>
<td valign="top" width="190" id="monkeyRewards">
<div mc:edit="monkeyrewards">
</div>
</td>
</tr>
<tr>
<td colspan="2" valign="middle" id="utility">
<div style="text-align:center" mc:edit="std_utility">
This email was sent to you by <a href="http://Salusburyrooms.com">Salusburyrooms.com</a></br>
Please e-mail us <a href="mailto:info@salusburyrooms.com">here</a> if you no longer wish to receive e-mails from us in the future.
</div>
</td>
</tr>
</table>
<!-- // End Module: Standard Footer \\ -->
</td>
</tr>
</table>
<!-- // End Template Footer \\ -->
</td>
</tr>
</table>
<br />
</td>
</tr>
</table>
</center>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment