-
Notifications
You must be signed in to change notification settings - Fork 0
/
place_name_here_fluid.html
576 lines (527 loc) · 31.7 KB
/
place_name_here_fluid.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
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
<!-- v1.2 fluid tables -->
<!-- Works for everything but blackberry, and possibly andriod 2.3 -->
<!-- there are two wrapping tables,
• one that is a full wrapper,
• another that has a fixed width for larger displays. -->
<!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" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;" />
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<title>Place Title Here</title>
<style type="text/css">
html { -webkit-font-smoothing: antialiased; }
#outlook a{padding:0;}
.ReadMsgBody{width:100%;} .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 */
body, table, td, p, a, li, blockquote{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;} /* Prevent WebKit and Windows mobile changing default text sizes */
table, td{mso-table-lspace:0pt; mso-table-rspace:0pt;} /* Remove spacing between tables in Outlook 2007 and up */
img{-ms-interpolation-mode:bicubic;} /* Allow smoother rendering of resized image in Internet Explorer */
body{margin:0; padding:0; font-family: helvetica, verdana, san-serif; }
img{border:0; height:auto; line-height:100%; outline:none; text-decoration:none; display: block;}
table, table td {border-collapse:collapse !important;}
body, #bodyCell{height:100% !important; margin:0; padding:0; width:100% !important;}
.preheaderContent a:link, .preheaderContent a:visited, /* Yahoo! Mail Override */ .preheaderContent a .yshortcuts /* Yahoo! Mail Override */{
color:#606060;
font-weight:normal;
text-decoration:underline;
}
#wrappingTable {margin:0; padding:0; width:100% !important; line-height: 100% !important;}
.maxwidth{width:600px;}
h1, p {
-webkit-margin-before: 0px;
-webkit-margin-after: 0px;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}
/* /\/\/\/\/\/\/\/\/ MOBILE STYLES /\/\/\/\/\/\/\/\/ */
@media only screen and (max-device-width: 480px) {
a[href^="tel"], a[href^="sms"] {
text-decoration: none;
/* UPDATE*/ color: black;
pointer-events: none;
cursor: default;
}
.mobile_link a[href^="tel"], .mobile_link a[href^="sms"] {
text-decoration: default;
/* UPDATE*/ color: orange !important;
pointer-events: auto;
cursor: default;
}
}
@media only screen and (max-width: 600px){
/* /\/\/\/\/\/\/ CLIENT-SPECIFIC MOBILE STYLES /\/\/\/\/\/\/ */
body, table, td, p, a, li, blockquote{-webkit-text-size-adjust:none !important;}
body{width:100% !important; min-width:100% !important;}
table[class="maxwidth"], .maxwidth {width: 100% !important;}
.colImage {
height:auto !important;
/* max-width:560px !important;*/
width: 100% !important;
}
}
/* /\/\/\/\/\/\/\/\/ MOBILE STYLES /\/\/\/\/\/\/\/\/ */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
a[href^="tel"], a[href^="sms"] {
text-decoration: none;
/* UPDATE*/ color: blue;
pointer-events: none;
cursor: default;
}
.mobile_link a[href^="tel"], .mobile_link a[href^="sms"] {
text-decoration: default;
/* UPDATE*/ 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: */
@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 */
}
</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]-->
</head>
<body bgcolor="#222" style="background:#222; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<!-- WRAPPING TABLE - TO PRODUCE FULL BACKGROUND COLOR THAT CONTENT TABLE GOES INSIDE. -->
<table id="wrappingTable" align="center" bgcolor="#222" cellpadding="0" cellspacing="0" border="0" text="#131416" alink="blue" link="blue" style="background:#222; font-size: 12px; color:#131416; font-family: Helvetica, Arial, sans-serif;">
<tr>
<!-- Set alignment center on the TD for yahoo other clients read off the table -->
<td align="center" style="padding-bottom: 20px;">
<!-- LIMIT CONTENT WIDTH -->
<table width="600" class="maxwidth" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<!-- BEGIN CONTENT -->
<!-- PREHEADER -->
<table width="100%" align="center" cellpadding="0" cellspacing="0" border="0" bgcolor="#EBECEF">
<tr>
<td style="font-size: 12px; line-height: 24px; padding: 20px 0 20px 20px; text-align: left;">
<div>Preheader information here.</div>
</td>
<td align="right" style="font-size: 12px; line-height: 24px; padding: 20px 20px 20px 0; text-align: right;">
<div>View as a webpage or something</div>
</td>
</tr>
</table>
<!-- SPACER TABLE (BASICALLY TO GIVE A MARGIN) -->
<table width="100%" align="center" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="center" style="padding: 5px; line-height: 0;">
</td>
</tr>
</table>
<!-- ONE COLUMN TABLE -->
<table width="100%" align="center" cellpadding="0" cellspacing="0" border="0" bgcolor="#FFFFFF">
<tr>
<td align="center" style="padding: 20px 20px 0 20px; text-align: left;">
<!-- MAKE SURE THE MAX WIDTH OF THE IMAGE IS NO LARGER THEN THE LARGEST SIZE IT SOULD DISPLAY AT -->
<img width="560" class="colImage" src="http://static.pexels.com/wp-content/uploads/2014/11/cooking-food-homemade-3329-831x550.jpg" alt="Some Alt Text Goes Here" style="border:0; height:auto; line-height:100%; outline:none; text-decoration:none; display: block;" />
</td>
</tr>
<tr>
<td class="headling_one" style="padding: 16px 20px 0 20px; font-size: 26px; line-height: 32px; font-weight: bold; text-align: left;">
Headline Goes Here
</td>
</tr>
<tr>
<td style="padding: 0 20px 16px 20px;">
<hr style="color:#919090; background-color:#919090; height:1px; border:none;">
</td>
</tr>
<tr>
<td class="paragraph" style="padding: 0 20px 40px 20px; font-size: 13px; line-height: 22px; text-align: left;">
<strong>font-size: 11px; line-height: 16px; </strong><br />
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eum consequuntur ab sapiente esse dolores modi similique, enim deleniti laborum delectus. Nam repellendus ex itaque, reprehenderit pariatur. Aperiam autem veritatis velit!
</td>
</tr>
</table>
<!-- SPACER TABLE (BASICALLY TO GIVE A MARGIN) -->
<table width="100%" align="center" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="center" style="padding: 5px; line-height: 0;">
</td>
</tr>
</table>
<!-- TWO COLUMN TABLE -->
<table width="100%" align="center" cellpadding="0" cellspacing="0" border="0" bgcolor="#FFFFFF">
<tr>
<td width="50%" valign="top" style="padding: 20px 10px 40px 20px; text-align: left;">
<!-- begin table for content in left (1/2) column -->
<table align="center" cellpadding="0" cellspacing="0" border="0" bgcolor="#FFFFFF">
<tr>
<td align="center" >
<img width="270" class="colImage" src="http://static.pexels.com/wp-content/uploads/2014/11/cooking-food-homemade-3329-831x550.jpg" alt="Some Alt Text Goes Here" style="border:0; height:auto; line-height:100%; outline:none; text-decoration:none; display: block;" />
</td>
</tr>
<tr>
<td class="headling_one" style="padding: 16px 10px 16px ; font-size: 26px; line-height: 32px; font-weight: bold;">
padding added
</td>
</tr>
<tr>
<td class="paragraph" style="font-size: 13px; line-height: 22px; padding: 0 10px 0 10px;">
<strong>font-size: 11px; line-height: 16px; </strong><br />
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eum consequuntur ab sapiente esse dolores modi similique, enim deleniti laborum delectus. Nam repellendus ex itaque, reprehenderit pariatur. Aperiam autem veritatis velit!
</td>
</tr>
</table>
</td>
<!-- begin table for content in right (2/2) column -->
<td width="50%" valign="top" style="padding: 20px 20px 40px 10px; text-align: left;">
<table align="center" cellpadding="0" cellspacing="0" border="0" bgcolor="#FFFFFF">
<tr>
<td align="center" >
<img width="270" class="colImage" src="http://static.pexels.com/wp-content/uploads/2014/11/cooking-food-homemade-3329-831x550.jpg" alt="Some Alt Text Goes Here" style="border:0; height:auto; line-height:100%; outline:none; text-decoration:none; display: block;" />
</td>
</tr>
<tr>
<td class="headling_one" style="padding: 16px 10px 16px 10px; font-size: 26px; line-height: 32px; font-weight: bold;">
Headline Goes Here
</td>
</tr>
<tr>
<td class="paragraph" style="font-size: 13px; line-height: 22px; padding: 0 10px 0 10px;">
<strong>font-size: 11px; line-height: 16px; </strong><br />
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eum consequuntur ab sapiente esse dolores modi similique, enim deleniti laborum delectus. Nam repellendus ex itaque, reprehenderit pariatur. Aperiam autem veritatis velit!
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- SPACER TABLE (BASICALLY TO GIVE A MARGIN) -->
<table width="100%" align="center" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="center" style="padding: 5px; line-height: 0;">
</td>
</tr>
</table>
<!-- TWO COLUMN TABLE -->
<table width="100%" align="center" cellpadding="0" cellspacing="0" border="0" bgcolor="#FFFFFF">
<tr>
<td width="50%" valign="top" style="padding: 20px 10px 20px 20px; text-align: left;">
<!-- begin table for content in left (1/2) column -->
<table align="center" cellpadding="0" cellspacing="0" border="0" bgcolor="#FFFFFF">
<tr>
<td align="center" >
<img width="270" class="colImage" src="http://static.pexels.com/wp-content/uploads/2014/11/cooking-food-homemade-3329-831x550.jpg" alt="Some Alt Text Goes Here" style="border:0; height:auto; line-height:100%; outline:none; text-decoration:none; display: block;" />
</td>
</tr>
</table>
</td>
<!-- begin table for content in right (2/2) column -->
<td width="50%" valign="top" style="padding: 20px 20px 20px 10px; text-align: left;">
<table align="center" cellpadding="0" cellspacing="0" border="0" bgcolor="#FFFFFF">
<tr>
<td class="headling_one" style="padding: 0 10px 16px 10px; font-size: 26px; line-height: 32px; font-weight: bold;">
2 Column Example
</td>
</tr>
<tr>
<td class="paragraph" style="font-size: 13px; line-height: 22px; padding: 0 10px 0 10px;">
<strong>font-size: 11px; line-height: 16px; </strong><br />
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eum consequuntur ab sapiente esse dolores modi similique, enim deleniti laborum delectus.
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- SPACER TABLE (BASICALLY TO GIVE A MARGIN) -->
<table width="100%" align="center" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="center" style="padding: 5px; line-height: 0;">
</td>
</tr>
</table>
<!-- 70/30 COLUMN TABLE -->
<table width="100%" align="center" cellpadding="0" cellspacing="0" border="0" bgcolor="#FFFFFF">
<tr>
<td width="70%" valign="top" style="padding: 20px 10px 40px 20px; text-align: left;">
<!-- begin table for content in left (1/2) column -->
<table align="center" cellpadding="0" cellspacing="0" border="0" bgcolor="#FFFFFF">
<tr>
<td align="center" >
<img width="360" class="colImage" src="http://static.pexels.com/wp-content/uploads/2014/11/cooking-food-homemade-3329-831x550.jpg" alt="Some Alt Text Goes Here" style="border:0; height:auto; line-height:100%; outline:none; text-decoration:none; display: block;" />
</td>
</tr>
<tr>
<td class="headling_one" style="padding: 16px 10px 16px ; font-size: 26px; line-height: 32px; font-weight: bold;">
padding added
</td>
</tr>
<tr>
<td class="paragraph" style="font-size: 13px; line-height: 22px; padding: 0 10px 0 10px;">
<strong>font-size: 11px; line-height: 16px; </strong><br />
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eum consequuntur ab sapiente esse dolores modi similique, enim deleniti laborum delectus. Nam repellendus ex itaque, reprehenderit pariatur. Aperiam autem veritatis velit!
</td>
</tr>
</table>
</td>
<!-- begin table for content in right (2/2) column -->
<td width="30%" valign="top" style="padding: 20px 20px 40px 10px; text-align: left;">
<table align="center" cellpadding="0" cellspacing="0" border="0" bgcolor="#FFFFFF">
<tr>
<td align="center" >
<img width="180" class="colImage" src="http://static.pexels.com/wp-content/uploads/2014/11/cooking-food-homemade-3329-831x550.jpg" alt="Some Alt Text Goes Here" style="border:0; height:auto; line-height:100%; outline:none; text-decoration:none; display: block;" />
</td>
</tr>
<tr>
<td class="headling_one" style="padding: 16px 10px 16px 10px; font-size: 26px; line-height: 32px; font-weight: bold;">
Headline Goes Here
</td>
</tr>
<tr>
<td class="paragraph" style="font-size: 13px; line-height: 22px; padding: 0 10px 0 10px;">
<strong>font-size: 11px; line-height: 16px; </strong><br />
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eum consequuntur ab sapiente esse dolores modi similique, enim deleniti laborum delectus. Nam repellendus ex itaque, reprehenderit pariatur. Aperiam autem veritatis velit!
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- SPACER TABLE (BASICALLY TO GIVE A MARGIN) -->
<table width="100%" align="center" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="center" style="padding: 5px; line-height: 0;">
</td>
</tr>
</table>
<!-- 30/70 COLUMN TABLE -->
<table width="100%" align="center" cellpadding="0" cellspacing="0" border="0" bgcolor="#FFFFFF">
<tr>
<!-- begin table for content in left (1/2) column -->
<td width="30%" valign="top" style="text-align: left;">
<table align="center" cellpadding="0" cellspacing="0" border="0" bgcolor="#FFFFFF">
<tr>
<td align="center" style="padding: 20px 10px 0 20px;">
<img width="180" class="colImage" src="http://static.pexels.com/wp-content/uploads/2014/11/cooking-food-homemade-3329-831x550.jpg" alt="Some Alt Text Goes Here" style="border:0; height:auto; line-height:100%; outline:none; text-decoration:none; display: block;" />
</td>
</tr>
<tr>
<td class="headling_one" style="padding: 16px 20px 16px 30px; font-size: 26px; line-height: 32px; font-weight: bold;">
Headline Goes Here
</td>
</tr>
<tr>
<td class="paragraph" style="font-size: 13px; line-height: 22px; padding: 0 20px 30px 30px;">
<strong>font-size: 11px; line-height: 16px; </strong><br />
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eum consequuntur ab sapiente esse dolores modi similique, enim deleniti laborum delectus. Nam repellendus ex itaque, reprehenderit pariatur. Aperiam autem veritatis velit!
</td>
</tr>
</table>
</td>
<!-- begin table for content in right (2/2) column -->
<!-- In order to make the border not extend the table, the image size needs to be reduced by the width of the border -->
<!-- I'm sure this will NOT be noticeable in most cases -->
<td width="70%" valign="top" style="padding: 20px 20px 40px 10px; text-align: left; border-left: 5px solid gold;">
<table align="center" cellpadding="0" cellspacing="0" border="0" bgcolor="#FFFFFF">
<tr>
<td align="center" >
<img width="355" class="colImage" src="http://static.pexels.com/wp-content/uploads/2014/11/cooking-food-homemade-3329-831x550.jpg" alt="Some Alt Text Goes Here" style="border:0; height:auto; line-height:100%; outline:none; text-decoration:none; display: block;" />
</td>
</tr>
<tr>
<td class="headling_one" style="padding: 16px 10px 16px ; font-size: 26px; line-height: 32px; font-weight: bold;">
padding added
</td>
</tr>
<tr>
<td class="paragraph" style="font-size: 13px; line-height: 22px; padding: 0 10px 0 10px;">
<strong>font-size: 11px; line-height: 16px; </strong><br />
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eum consequuntur ab sapiente esse dolores modi similique, enim deleniti laborum delectus. Nam repellendus ex itaque, reprehenderit pariatur. Aperiam autem veritatis velit!
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- SPACER TABLE (BASICALLY TO GIVE A MARGIN) -->
<table width="100%" align="center" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="center" style="padding: 5px; line-height: 0;">
</td>
</tr>
</table>
<!-- 3 COLUMN TABLE -->
<table width="100%" align="center" cellpadding="0" cellspacing="0" border="0" bgcolor="#FFFFFF">
<tr>
<td width="33.333333333%" valign="top" style="text-align: left; padding: 20px 10px 20px 20px;">
<!-- begin table for content in left (1/3) column -->
<table align="center" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="center">
<img width="170" class="colImage" src="http://static.pexels.com/wp-content/uploads/2014/11/cooking-food-homemade-3329-831x550.jpg" alt="Some Alt Text Goes Here" style="border:0; height:auto; line-height:100%; outline:none; text-decoration:none; display: block;" />
</td>
</tr>
<tr>
<td class="headling_one" style="padding: 16px 0 16px 0; font-size: 26px; line-height: 32px; font-weight: bold;">
headline
</td>
</tr>
<tr>
<td class="paragraph" style="font-size: 13px; line-height: 22px; padding: 0 0 16px 0;">
<strong>font-size: 11px; line-height: 16px; </strong><br />
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eum consequuntur ab sapiente esse dolores modi similique, enim deleniti laborum delectus. Nam repellendus ex itaque, reprehenderit pariatur. Aperiam autem veritatis velit!
</td>
</tr>
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" style="-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;" bgcolor="#e9703e"><a href="https://litmus.com" target="_blank" style="font-size: 16px; font-family: Helvetica, Arial, sans-serif; color: #ffffff; text-decoration: none; color: #ffffff; text-decoration: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 12px 18px; border: 1px solid #e9703e; display: inline-block;"><!--[if mso]> <![endif]-->Click Me<!--[if mso]> <![endif]--></a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<!-- begin table for content in right (2/3) column -->
<td width="33.333333333%" valign="top" style="text-align: left; padding: 20px 15px 20px 15px;">
<table align="center" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="center" >
<img width="170" class="colImage" src="http://static.pexels.com/wp-content/uploads/2014/11/cooking-food-homemade-3329-831x550.jpg" alt="Some Alt Text Goes Here" style="border:0; height:auto; line-height:100%; outline:none; text-decoration:none; display: block;" />
</td>
</tr>
<tr>
<td class="headling_one" style="padding: 16px 0 16px 0; font-size: 26px; line-height: 32px; font-weight: bold;">
headline
</td>
</tr>
<tr>
<td class="paragraph" style="font-size: 13px; line-height: 22px; padding: 0 0 16px 0;">
<strong>font-size: 11px; line-height: 16px; </strong><br />
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eum consequuntur ab sapiente esse dolores modi similique, enim deleniti laborum delectus. Nam repellendus ex itaque, reprehenderit pariatur. Aperiam autem veritatis velit!
</td>
</tr>
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" style="-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;" bgcolor="#e9703e"><a href="https://litmus.com" target="_blank" style="font-size: 16px; font-family: Helvetica, Arial, sans-serif; color: #ffffff; text-decoration: none; color: #ffffff; text-decoration: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 12px 18px; border: 1px solid #e9703e; display: inline-block;"><!--[if mso]> <![endif]-->Click Me<!--[if mso]> <![endif]--></a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<!-- begin table for content in right (3/3) column -->
<td width="33.333333333%" valign="top" style="text-align: left; padding: 20px 20px 20px 10px;">
<table align="center" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="center" >
<img width="170" class="colImage" src="http://static.pexels.com/wp-content/uploads/2014/11/cooking-food-homemade-3329-831x550.jpg" alt="Some Alt Text Goes Here" style="border:0; height:auto; line-height:100%; outline:none; text-decoration:none; display: block;" />
</td>
</tr>
<tr>
<td class="headling_one" style="padding: 16px 0 16px 0; font-size: 26px; line-height: 32px; font-weight: bold;">
headline
</td>
</tr>
<tr>
<td class="paragraph" style="font-size: 13px; line-height: 22px; padding: 0 0 16px 0; ">
<strong>font-size: 11px; line-height: 16px; </strong><br />
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eum consequuntur ab sapiente esse dolores modi similique, enim deleniti laborum delectus. Nam repellendus ex itaque, reprehenderit pariatur. Aperiam autem veritatis velit!
</td>
</tr>
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" style="-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;" bgcolor="#e9703e"><a href="https://litmus.com" target="_blank" style="font-size: 16px; font-family: Helvetica, Arial, sans-serif; color: #ffffff; text-decoration: none; color: #ffffff; text-decoration: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 12px 18px; border: 1px solid #e9703e; display: inline-block;"><!--[if mso]> <![endif]-->Click Me<!--[if mso]> <![endif]--></a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- SPACER TABLE (BASICALLY TO GIVE A MARGIN) -->
<table width="100%" align="center" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="center" style="padding: 5px; line-height: 0;">
</td>
</tr>
</table>
<table width="100%" height="500" align="center" cellpadding="0" cellspacing="0" border="0" bgcolor="#FFFFFF" background="http://static.pexels.com/wp-content/uploads/2014/11/cooking-food-homemade-3329-831x550.jpg" style="color: #FFF; display: block; height: 500px;">
<tr>
<td valign="top" style="padding: 40px 40px 20px 90px; color: #FFF; text-align: right;">
<!-- a table has to be created in here in order to keep the content together. -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="padding: 0 0 16px 0; font-size: 36px; line-height: 42px; font-weight: bold; text-align:right; color: #FFF;">
Lorem ipsum dolor sit amet.
</td>
</tr>
<tr>
<td style="font-size: 16px; line-height: 24px; text-align:right; color: #FFF;">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nesciunt quisquam omnis qui distinctio pariatur, iusto aperiam ullam magni repellat inventore quam odio, voluptatum molestiae saepe. Voluptatem, iusto magnam reiciendis voluptatum.
</td>
</tr>
<tr>
<!-- in order to align the button (table) to the right, the TD needs align="right" vs text-align:right; like above -->
<td align="right" style="padding-top: 20px; color: #FFF;">
<table width="50%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" style="-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;" bgcolor="#DF8320"><a href="#" target="_blank" style="font-size: 16px; font-family: Helvetica, Arial, sans-serif; color: #ffffff; text-decoration: none; color: #ffffff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 12px 18px; border: 1px solid #DF8320; display: inline-block;"><!--[if mso]> <![endif]-->Read M3 <!--[if mso]> <![endif]--></a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- SPACER TABLE (BASICALLY TO GIVE A MARGIN) -->
<table width="100%" align="center" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="center" style="padding: 5px; line-height: 0;">
</td>
</tr>
</table>
<!-- END CONTENT TABLE -->
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>