-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRGupdate1stdraft.html
382 lines (342 loc) · 26.1 KB
/
RGupdate1stdraft.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>The Red Gate Update</title>
<style type="text/css">
/* Client-specific Styles */
/* Prevent Webkit and Windows Mobile platforms from changing default font sizes, while not breaking desktop design. */
.ExternalClass {width:100%;} /* Force Hotmail to display emails at full width */
.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {line-height: 100%;} /* Force Hotmail to display normal line spacing. More on that: http://www.emailonacid.com/forum/viewthread/43/ */
#backgroundTable {margin:0; padding:0; width:100% !important; line-height: 100%; background-color: ##DFDFDF; !important;}
/* End reset */
/* Some sensible defaults for images
1. "-ms-interpolation-mode: bicubic" works to help ie properly resize images in IE. (if you are resizing them using the width and height attributes)
2. "border:none" removes border when linking images.
3. Updated the common Gmail/Hotmail image display fix: Gmail and Hotmail unwantedly adds in an extra space below images when using non IE browsers. You may not always want all of your images to be block elements. Apply the "image_fix" class to any image you need to fix.
Bring inline: Yes.
*/
img {outline:none; text-decoration:none; -ms-interpolation-mode: bicubic;}
a img {border:none;}
.image_fix {display:block;}
/** Yahoo paragraph fix: removes the proper spacing or the paragraph (p) tag. To correct we set the top/bottom margin to 1em in the head of the document. Simple fix with little effect on other styling. NOTE: It is also common to use two breaks instead of the paragraph tag but I think this way is cleaner and more semantic. NOTE: This example recommends 1em. More info on setting web defaults: http://www.w3.org/TR/CSS21/sample.html or http://meiert.com/en/blog/20070922/user-agent-style-sheets/
Bring inline: Yes.
**/
p {margin: 1em 0;}
/** Hotmail header color reset: Hotmail replaces your header color styles with a green color on H2, H3, H4, H5, and H6 tags. In this example, the color is reset to black for a non-linked header, blue for a linked header, red for an active header (limited support), and purple for a visited header (limited support). Replace with your choice of color. The !important is really what is overriding Hotmail's styling. Hotmail also sets the H1 and H2 tags to the same size.
Bring inline: Yes.
**/
h1, h2, h3, h4, h5, h6 {color: black !important;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color: blue !important;}
h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active {
color: red !important; /* Preferably not the same color as the normal header link color. There is limited support for psuedo classes in email clients, this was added just for good measure. */
}
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
color: purple !important; /* Preferably not the same color as the normal header link color. There is limited support for psuedo classes in email clients, this was added just for good measure. */
}
/** Outlook 07, 10 Padding issue: These "newer" versions of Outlook add some padding around table cells potentially throwing off your perfectly pixeled table. The issue can cause added space and also throw off borders completely. Use this fix in your header or inline to safely fix your table woes.
More info: http://www.ianhoar.com/2008/04/29/outlook-2007-borders-and-1px-padding-on-table-cells/
http://www.campaignmonitor.com/blog/post/3392/1px-borders-padding-on-table-cells-in-outlook-07/
H/T @edmelly
Bring inline: No.
**/
table td {border-collapse: collapse;}
/** Remove spacing around Outlook 07, 10 tables
More info : http://www.campaignmonitor.com/blog/post/3694/removing-spacing-from-around-tables-in-outlook-2007-and-2010/
Bring inline: Yes
**/
table { border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt; }
/* Styling your links has become much simpler with the new Yahoo. In fact, it falls in line with the main credo of styling in email, bring your styles inline. Your link colors will be uniform across clients when brought inline.
Bring inline: Yes. */
a {color: #56A753; text-decoration:none;}
/* Or to go the gold star route...
a:link { color: orange; }
a:visited { color: blue; }
a:hover { color: green; }
*/
/***************************************************
****************************************************
MOBILE TARGETING
Use @media queries with care. You should not bring these styles inline -- so it's recommended to apply them AFTER you bring the other stlying inline.
Note: test carefully with Yahoo.
Note 2: Don't bring anything below this line inline.
****************************************************
***************************************************/
/* NOTE: To properly use @media queries and play nice with yahoo mail, use attribute selectors in place of class, id declarations.
table[class=classname]
Read more: http://www.campaignmonitor.com/blog/post/3457/media-query-issues-in-yahoo-mail-mobile-email/
*/
@media only screen and (max-device-width: 480px) {
/* A nice and clean way to target phone numbers you want clickable and avoid a mobile phone from linking other numbers that look like, but are not phone numbers. Use these two blocks of code to "unstyle" any numbers that may be linked. The second block gives you a class to apply with a span tag to the numbers you would like linked and styled.
Inspired by Campaign Monitor's article on using phone numbers in email: http://www.campaignmonitor.com/blog/post/3571/using-phone-numbers-in-html-email/.
Step 1 (Step 2: line 224)
*/
a[href^="tel"], a[href^="sms"] {
text-decoration: none;
color: black; /* or whatever your want */
pointer-events: none;
cursor: default;
}
.mobile_link a[href^="tel"], .mobile_link a[href^="sms"] {
text-decoration: default;
color: orange !important; /* or whatever your want */
pointer-events: auto;
cursor: default;
}
/* More Specific Targeting */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
/* You guessed it, ipad (tablets, smaller screens, etc) */
/* Step 1a: Repeating for the iPad */
a[href^="tel"], a[href^="sms"] {
text-decoration: none;
color: #ffffff; /* or whatever your want */
pointer-events: none;
cursor: default;
}
.mobile_link a[href^="tel"], .mobile_link a[href^="sms"] {
text-decoration: default;
color: orange !important;
pointer-events: auto;
cursor: default;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
/* Put your iPhone 4g styles in here */
}
}
}
/* Following Android targeting from:
http://developer.android.com/guide/webapps/targeting.html
http://pugetworks.com/2011/04/css-media-queries-for-targeting-different-mobile-devices/ */
@media only screen and (-webkit-device-pixel-ratio:.75){
/* Put CSS for low density (ldpi) Android layouts in here */
}
@media only screen and (-webkit-device-pixel-ratio:1){
/* Put CSS for medium density (mdpi) Android layouts in here */
}
@media only screen and (-webkit-device-pixel-ratio:1.5){
/* Put CSS for high density (hdpi) Android layouts in here */
}
/* end Android targeting */
</style>
<!-- Targeting Windows Mobile -->
<!--[if IEMobile 7]>
<style type="text/css">
</style>
<![endif]-->
<!-- ***********************************************
****************************************************
END MOBILE TARGETING
****************************************************
************************************************ -->
<!--[if gte mso 9]>
<style>
/* Target Outlook 2007 and 2010 */
</style>
<![endif]-->
<center>
<!-- Wrapper Table -->
<table width="100%" cellpadding="0" cellspacing="0" border="0" style="background-color:#DFE0E0; text-align:left;">
<tbody>
<tr>
<td>
<table width="600" style="border-collapse:collapse; background-color:#ffffff; width:600px" cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
<td width="300px" valign="top" style="padding-left:20px; padding-top:20px; padding-bottom:50px; color:#CC0000; font-weight:bold; font-size:14pt; font-family: Arial, 'Helvetica Neue', Sans Serif; border-collapse:collapse;">The Red Gate Update</td>
<td width="300px" valign="top" align="right" style="padding-right:20px; padding-top:20px; border-collapse:collapse;"><a href="http://www.red-gate.com"><img src="http://assets.red-gate.com/external/red-gate-email/redgate-update/redgate_logo_top.png" alt="Red Gate" /></a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<!-- First Content Table -->
<table width="600px" align="center" style="border-collapse:collapse; background-color:#ffffff; text-align:left;" cellpadding="0" cellspacing="0" border="0">
<tbody>
<tr>
<td width="380" style="padding-left:20px; padding-right: 10px; padding-bottom: 20px; border-collapse:collapse; width:380px"><a href="#" style="text-decoration:none; Arial, 'Helvetica Neue', Sans Serif; color:#CC0000; font-weight:bold; font-size:20pt; line-height: 140%;"><span style="font-family: Arial, 'Helvetica Neue', Sans Serif; color:#CC0000; font-weight:bold; font-size:20pt; line-height: 140%; text-decoration:none">A Headline for the Main Story Goes Here</span></a>
<br />
<div style="color:#6F6F6F; font-family:Arial, Helvetica, sans-serif; font-size:12pt; line-height:130%;">Wallop smack zap bam whack gadzooks bwom pok. Koom crackle snap vrooaaaa boom crash smack screeeeam crash kerplunk boom kerplunk pop! Twak smack blam kerplunk screeeeam kaboom crack boom screeeeam blam kaboom wham snap. Gadzooks crash ping vrooaaaa koom koom bwom vroom zap. Ping roar crash roar tonk wham koom snap tonk pop.</div>
<br />
<a href="#" style="font-family:Arial, Helvetica, sans-serif; font-size:12pt; line-height:150%; font-weight:bold; text-decoration:none; color:#56A753">And a link goes right here.</a>
</td>
<td align="right" width="220" valign="middle" style="padding-right:20px; border-collapse:collapse; width: 220px">
<a href="#"><img src="http://assets.red-gate.com/external/red-gate-email/redgate-update/book_placeholder.png" alt="A big picture of some kind" /></a>
</td>
</tr>
</tbody>
</table>
<!-- End First Content table -->
</td>
</tr>
<tr>
<td>
<!-- Second Content Table -->
<table width="600" style="border-collapse:collapse; background-color:#F3F3F3; width:600px" cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
<td width="150" style="width:150px; border-collapse:collapse; padding-top:20px; padding-left:20px;"><div style="border-collapse:collapse; color:#9C9B9B; font-weight:bold; font-size:18pt; font-family:Arial, Helvetica, sans-serif;">Tool News</div></td>
<td style="padding-top:20px; padding-right:20px; border-collapse:collapse;" align="right"><img src="http://assets.red-gate.com/external/red-gate-email/redgate-update/tool_placeholder.png" alt="Tool News" /></td>
</tr>
<tr>
<td width="150" valign="middle" style="padding-left:20px; padding-top:20px; border-collapse:collapse; width:150px;"><a href="#"><img src="http://assets.red-gate.com/external/red-gate-email/redgate-update/dm_placeholder.png" alt="A tool logo" /></a></td>
<td valign="top" width="450" style="border-collapse:collapse; width:450px">
<div style="padding-top: 20px; padding-right:20px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#CC0000; font-size:18pt;"><span style="text-decoration:none">Golly, a headline</span></div>
<div class="text" style="padding-top: 10px; padding-right:20px; font-family:Arial, Helvetica, sans-serif; color:#6F6F6F; font-size:10pt;"><span class="text">Wallop smack zap bam whack gadzooks bwom pok. Koom crackle snap vrooaaaa boom crash smack screeeeam crash kerplunk boom kerplunk pop! Twak smack blam kerplunk screeeeam kaboom crack boom screeeeam blam kaboom wham snap.</span></div>
<div style="padding-top: 10px; padding-right:20px; font-family:Arial, Helvetica, sans-serif; font-size:10pt; font-weight:bold;"><a style="text-decoration:none; color:#56A753" href="#">We'd appreciate you clicking this</a></div>
</td>
</tr>
<tr>
<td width="150" valign="middle" style="padding-left:20px; padding-top:20px; border-collapse: collapse; width:150px;"><a href="#"><img src="http://assets.red-gate.com/external/red-gate-email/redgate-update/search_placeholder.png" alt="A tool logo" /></a></td>
<td valign="top" width="450" style="width:450px; border-collapse:collapse">
<div style="padding-top: 20px; padding-right:20px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#CC0000; font-size:18pt;"><span style="text-decoration:none">Golly, a headline</span></div>
<div style="padding-top: 10px; padding-right:20px; font-family:Arial, Helvetica, sans-serif; color:#6F6F6F; font-size:10pt;">Wallop smack zap bam whack gadzooks bwom pok. Koom crackle snap vrooaaaa boom crash smack screeeeam crash kerplunk boom kerplunk pop! Twak smack blam kerplunk screeeeam kaboom crack boom screeeeam blam kaboom wham snap.</div>
<div style="padding-top: 10px; padding-right:20px; font-family:Arial, Helvetica, sans-serif; font-size:10pt; font-weight:bold;"><a style="text-decoration:none; color:#56A753" href="#">We'd appreciate you clicking this</a></div>
</td>
</tr>
<tr>
<td width="150" valign="middle" style="padding-left:20px; padding-top:20px; padding-bottom: 20px; border-collapse: collapse; width:150px;"><a href="#"><img src="http://assets.red-gate.com/external/red-gate-email/redgate-update/gears_placeholder.png" alt="A tool logo" /></a></td>
<td valign="top" width="450" style="width:450px; border-collapse:collapse; padding-bottom: 20px;">
<p style="padding-right:20px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#CC0000; font-size:18pt;"><span style="text-decoration:none">Golly, a headline</span></p>
<p style="padding-right:20px; font-family:Arial, Helvetica, sans-serif; color:#6F6F6F; font-size:10pt;">Wallop smack zap bam whack gadzooks bwom pok. Koom crackle snap vrooaaaa boom crash smack screeeeam crash kerplunk boom kerplunk pop! Twak smack blam kerplunk screeeeam kaboom crack boom screeeeam blam kaboom wham snap.</p>
<p style="padding-right:20px; padding-bottom: 20px; font-family:Arial, Helvetica, sans-serif; font-size:10pt; font-weight:bold;"><a style="text-decoration:none; color:#56A753" href="#">We'd appreciate you clicking this</a></p>
</td>
</tr>
</table>
<!-- End Second Content table -->
</td>
</tr>
<!-- Begin third content table -->
<tr>
<td>
<table width="600" style="background-color:#ffffff; border-collapse:collapse; width:600px;" align="center" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="150" style="border-collapse: collapse; width:150px; padding-top:20px; padding-left:20px;"><div style="border-collapse:collapse; color:#9C9B9B; font-weight:bold; font-size:18pt; font-family:Arial, Helvetica, sans-serif;">Events</div></td>
<td align="right" style="padding-right:20px; padding-top:20px;"><img src="http://assets.red-gate.com/external/red-gate-email/redgate-update/events_placeholder.png" alt="events" /></td>
</tr>
<tr>
<td colspan="2" style="padding-left:20px; padding-right: 180px; border-collapse: collapse;">
<div style="font-family: Arial, 'Helvetica Neue', Sans Serif; font-weight:bold; font-size:20pt; line-height: 140%;"><a style="text-decoration:none; color:#CC0000;" href="#"><span style="text-decoration:none; color:#CC0000;">Event-Based Headline</span></a></div>
<div style="color:#6F6F6F; font-family:Arial, Helvetica, sans-serif; font-size:12pt; line-height:130%;">Wallop smack zap bam whack gadzooks bwom pok. Koom crackle snap vrooaaaa boom crash smack screeeeam crash kerplunk boom kerplunk pop! Twak smack blam kerplunk screeeeam kaboom crack boom screeeeam blam kaboom wham snap. Gadzooks crash ping vrooaaaa koom koom bwom vroom zap. Ping roar crash roar tonk wham koom snap tonk pop.<div style="padding-top: 15px; padding-bottom: 15px"><a href="#" style="font-family:Arial, Helvetica, sans-serif; font-size:12pt; line-height:150%; font-weight:bold; text-decoration:none; color:#56A753">And a link goes right here.</a></div>
</div>
</td>
</tr>
<tr style="border:none;">
<td style="padding-left: 20px; border:none; border-collapse: collapse;"><img style="border:none;" src="http://assets.red-gate.com/external/red-gate-email/redgate-update/sitc_placeholder.png" alt="Red Gate SQL in the City" /></td>
<td valign="baseline" align="right" style="border:none; border-collapse: collapse;"><img style="border:none;" src="http://assets.red-gate.com/external/red-gate-email/redgate-update/sitcsteve_placeholder.png" alt="A Terrifying, Armless Steve Jones Welcomes You to Red Gate SQL in the City" /></td>
</tr>
</table>
</td>
</tr>
<!-- End of third content table -->
<!-- Begin fourth content table -->
<tr>
<td>
<table width="600" style="border-collapse:collapse; background-color:#F3F3F3; width:600px;" cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
<td width="20" style="width: 20px;"> </td>
<td width="270" style="border-collapse: collapse; width:270px; padding-top:20px;"><div style="border-collapse:collapse; color:#9C9B9B; font-weight:bold; font-size:18pt; font-family:Arial, Helvetica, sans-serif;">Free Stuff</div></td>
<td width="20" style="width: 20px"> </td>
<td width="270" style="padding-top:20px; border-collapse:collapse; width: 270px;" align="right"><img src="http://assets.red-gate.com/external/red-gate-email/redgate-update/freestuff_placeholder.png" alt="Free Stuff" /></td>
<td width="20" style="width: 20px"> </td>
</tr>
<tr valign="bottom">
<td width="20" style="width: 20px;"> </td>
<td width="270" style=" padding-top:20px; border-collapse: collapse; width:270px;"><a href="#">
<img src="http://assets.red-gate.com/external/red-gate-email/redgate-update/book1_placeholder.png" alt="The First Free Thing Alt Text" /></a>
</td>
<td width="20" style="width: 20px;"> </td>
<td width="270" style="border-collapse: collapse; width: 270px;">
<a href="#"><img src="http://assets.red-gate.com/external/red-gate-email/redgate-update/video2_placeholder.png" alt="The Second Free Thing Alt Text" /></a>
</td>
<td width="20" style="width: 20px;"> </td>
</tr>
<tr>
<td width="20" style="width: 20px;"> </td>
<td width="270" style=" border-collapse: collapse; width:270px;">
<div style="font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#CC0000; font-size:18pt;">The First Title</div>
<div style="font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#6F6F6F; font-size:14pt;">Then a subtitle</div>
<div style="padding-top: 10px; font-family:Arial, Helvetica, sans-serif; color:#6F6F6F; font-size:10pt;">A really short bit of text to clarify and titilate, to inform and entertain, to dazzle and amaze, I'm starting to realise I should have used Lorem Ipsum at this point if I'm honest.</div>
<div style="padding-top: 10px; font-family:Arial, Helvetica, sans-serif; font-size:10pt; font-weight:bold;"><a style="text-decoration:none; color:#56A753" href="#"><span style="text-decoration:none; color:#56A753">Then finally a link</span></a></div>
</td>
<td width="20" style="width: 20px;"> </td>
<td valign="top" width="270" style="border-collapse: collapse; width: 270px; ">
<div style="font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#CC0000; font-size:18pt;">The Second Title</div>
<div style="font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#6F6F6F; font-size:14pt;">Then a subtitle</div>
<div style="padding-top: 10px; font-family:Arial, Helvetica, sans-serif; color:#6F6F6F; font-size:10pt;">A really short bit of text to clarify and titilate, to inform and entertain, to dazzle and amaze, I'm starting to realise I should have used Lorem Ipsum at this point if I'm honest.</div>
<div style="padding-top: 10px; font-family:Arial, Helvetica, sans-serif; font-size:10pt; font-weight:bold;"><a style="text-decoration:none; color:#56A753" href="#"><span style="text-decoration:none; color:#56A753">Then finally a link</span></a></div>
</td>
<td width="20" style="width: 20px;"> </td>
</tr>
<tr valign="bottom">
<td width="20" style="width: 20px;"> </td>
<td width="270" style=" padding-top:20px; border-collapse: collapse; width: 270px;"><a href="#">
<img src="http://assets.red-gate.com/external/red-gate-email/redgate-update/book2_placeholder.png" alt="The Third Free Thing Alt Text" /></a>
</td>
<td width="20" style="width: 20px;"> </td>
<td width="270" style="border-collapse: collapse; width: 270px; ">
<a href=""><img src="http://assets.red-gate.com/external/red-gate-email/redgate-update/video1_placeholder.png" alt="The Fourth Free Thing Alt Text" /></a>
</td>
<td width="20" style="width: 20px;"> </td>
</tr>
<tr style="padding-bottom: 20px; border-collapse: collapse;">
<td width="20" style="width: 20px;"> </td>
<td width="270" style=" padding-bottom: 20px; border-collapse: collapse; width: 270px;">
<div style="font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#CC0000; font-size:18pt;">The Third Title</div>
<div style="font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#6F6F6F; font-size:14pt;">Then a subtitle</div>
<div style="padding-top: 10px; font-family:Arial, Helvetica, sans-serif; color:#6F6F6F; font-size:10pt;">A really short bit of text to clarify and titilate, to inform and entertain, to dazzle and amaze, I'm starting to realise I should have used Lorem Ipsum at this point if I'm honest.</div>
<div style="padding-top: 10px; font-family:Arial, Helvetica, sans-serif; font-size:10pt; font-weight:bold;"><a style="text-decoration:none; color:#56A753" href="#"><span style="text-decoration:none; color:#56A753">Then finally a link</span></a></div>
</td>
<td width="20" style="width: 20px;"> </td>
<td valign="top" width="270" style="padding-bottom: 20px; border-collapse: collapse; width:270px; ">
<div style="font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#CC0000; font-size:18pt;">The Fourth Title</div>
<div style="font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#6F6F6F; font-size:14pt;">Then a subtitle</div>
<div style="padding-top: 10px; font-family:Arial, Helvetica, sans-serif; color:#6F6F6F; font-size:10pt;">A really short bit of text to clarify and titilate, to inform and entertain, to dazzle and amaze, I'm starting to realise I should have used Lorem Ipsum at this point if I'm honest.</div>
<div style="padding-top: 10px; font-family:Arial, Helvetica, sans-serif; font-size:10pt; font-weight:bold;"><a style="text-decoration:none; color:#56A753" href="#"><span style="text-decoration:none; color:#56A753">Then finally a link</span></a></div>
</td>
<td width="20" style="width: 20px;"> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<!-- Begin footer -->
<table class="footer" width="600" style="background-color:#CC0000; border-collapse:collapse" cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
<td width="20" style="border-collapse:collapse; padding-left:20px; padding-top:20px; padding-right:20px; width: 20px;" >
<img src="http://assets.red-gate.com/external/red-gate-email/redgate-update/twitter_placeholder.png" alt="Twitter" />
</td>
<td width="20" style="border-collapse:collapse; padding-right:20px; padding-top:20px; width: 20px;" >
<img src="http://assets.red-gate.com/external/red-gate-email/redgate-update/facebook_placeholder.png" alt="Facebook" />
</td>
<td width="20" style="border-collapse:collapse; padding-right:20px; padding-top:20px; width: 20px" >
<img src="http://assets.red-gate.com/external/red-gate-email/redgate-update/googleplus_placeholder.png" alt="Google+" />
</td>
<td style="border-collapse:collapse; padding-right:20px; padding-top:20px;" >
<img src="http://assets.red-gate.com/external/red-gate-email/redgate-update/linkedin_placeholder.png" alt="LinkedIn" />
</td>
<td align="right" style="padding-right: 20px; padding-top:20px; border-collapse:collapse">
<a href="http://red-gate.com"><img src="http://assets.red-gate.com/external/red-gate-email/redgate-update/rglogofooter_placeholder.png" alt="Red Gate" /></a>
</td>
</tr>
</table>
<table class="footer" width="600" style="background-color:#CC0000; border-collapse:collapse" cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
<td style="border-collapse: collapse;"> </td>
<td style="border-collapse: collapse;"> </td>
</tr>
<tr>
<td width="200" style="padding-left:20px; padding-bottom:20px; border-collapse: collapse; width: 200px"><a style="color:#ffffff; text-decoration:none; font-family: Arial, 'Helvetica Neue', Sans Serif;" href="http://www.red-gate.com">www.red-gate.com</a></td>
<td style="padding-bottom:20px; padding-left:10px; border-collapse: collapse;"><a style="color:#ffffff; text-decoration:none; font-family: Arial, 'Helvetica Neue', Sans Serif;" href="mailto:[email protected]">[email protected]</a></td>
</tr>
</table>
<!-- End footer -->
</td>
</tr>
</tbody>
</table>
</center>
<!-- End of wrapper table -->
</body>
</html>