Last active
August 29, 2015 14:09
-
-
Save timstephenson/ef11cd83c37d52f4be9c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- This isn't really a big deal, but if this html: --> | |
<table cellpadding="0" cellspacing="0" | |
border="0" align="left" width="310" height= | |
"105" class= | |
"border-bottom-mobile fill-width-mobile feature-hero-area" | |
style="width:310px"> | |
<tr> | |
<td style="padding-left: 10px;" class= | |
"pad-bottom-mobile no-left-padding-mobile"> | |
<img src="images/car-fpo.jpg"> | |
</td> | |
<td style= | |
"border-right: 1px solid #444444;" class= | |
"no-border-mobile pad-bottom-mobile"> | |
<p class="feature-price-header" style= | |
"color:#444;margin-top:0px;margin-bottom:9px;font-weight:bold;min-height:24px;font-family:Arial, Helvetica, sans-serif;font-size:15px"> | |
Your new lower price: | |
</p> | |
<h1 class="feature-price-point" style= | |
"font-family:Arial, Helvetica, sans-serif;font-size:40px;color:#b90005;margin-top:0px;margin-bottom:0px;font-weight:bold"> | |
<a href="#" style= | |
"color: #b90005; text-decoration: none;"> | |
$21.87</a> <span class="price-per" | |
style= | |
"font-size:14px;font-weight:normal;color:#444;display:block"> | |
per day</span> | |
</h1> | |
</td> | |
</tr> | |
</table> | |
<!-- | |
Could be output like this it that would be great. | |
With the links, I know outlooks sometimes renders white space that is shouldn't, | |
so they are fine on one line. Normally, I would like the shorter lines. | |
In this case, it makes it easier for them to spot the items that may vary in Responsys. | |
--> | |
<table cellpadding="0" cellspacing="0" border="0" align="left" width="310" height="105" class="border-bottom-mobile fill-width-mobile feature-hero-area" style="width:310px"> | |
<tr> | |
<td style="padding-left: 10px;" class="pad-bottom-mobile no-left-padding-mobile"> | |
<img src="images/car-fpo.jpg"> | |
</td> | |
<td style="border-right: 1px solid #444444;" class="no-border-mobile pad-bottom-mobile"> | |
<p class="feature-price-header" style="color:#444;margin-top:0px;margin-bottom:9px;font-weight:bold;min-height:24px;font-family:Arial, Helvetica, sans-serif;font-size:15px"> | |
Your new lower price: | |
</p> | |
<h1 class="feature-price-point" style="font-family:Arial, Helvetica, sans-serif;font-size:40px;color:#b90005;margin-top:0px;margin-bottom:0px;font-weight:bold"> | |
<a href="#" style="color: #b90005; text-decoration: none;"> | |
$21.87 | |
</a> | |
<span class="price-per" style="font-size:14px;font-weight:normal;color:#444;display:block"> | |
per day | |
</span> | |
</h1> | |
</td> | |
</tr> | |
</table> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment