-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.html
101 lines (89 loc) · 4.29 KB
/
template.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
---
layout: default
title: Email Preview
---
<!-- MEAT -->
<table border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">
<tr>
<td align="center" valign="top">
<table border="0" cellpadding="0" cellspacing="0" width="640">
<tr>
<td align="center" valign="top">
<table border="0" cellpadding="20" cellspacing="0" width="100%" class="gray-dark-box">
<tr>
<td valign="top" align="right">
<h1>DARK GREY BOX</h1>
<p>
Dark Grey Box is a favourite! Uses a rich drak grey background and pale grey text.
</p>
<p>
A sprinkle of <em>look at me</em> gets the message home.
</p>
<p>
Boxes can be aligned to the right >>>
</p>
<p class="btn">
<a href="http://www.piggypowerbatteries.com/#" target="_blank" class="button">Button</a>
</p>
</td>
</tr>
</table>
<table border="0" cellpadding="10" cellspacing="0" width="100%" class="plain-box">
<tr>
<td valign="top">
<h1>PLAIN BOX</h1>
<p>
Plain Box uses the black background of the email with a gray text
</p>
<p class="pink">
You can use pink text in any box and <em>emphasis</em>
</p>
<p align="center">
Text can be aligned specially [like centered] within a box
</p>
</td>
</tr>
</table>
<table border="0" cellpadding="20" cellspacing="0" width="100%" class="white-box">
<tr>
<td>
<h1>WHITE BOX</h1>
<p>
White Box has a pure white background and uses a dark grey text.
</p>
<p>
With a little <em>amphasis</em> things can really stand out.<br />
After a forced line break.
</p>
<p>
Normal alignment os to the left of the box.
</p>
<p class="btn">
<a href="http://www.piggypowerbatteries.com/#" target="_blank" class="button">Button</a>
</p>
</td>
</tr>
</table>
<table border="0" cellpadding="20" cellspacing="0" width="100%" class="gray-pale-box">
<tr>
<td align="center">
<h1>PALE GREY BOX</h1>
<p>
Pale Grey Box uses a lovely pale greuy background with a sublye grey text. Emphasis is played out in <em>black</em>.
</p>
<p>
The whole box can be aligned to the center!
</p>
<p align="center" class="btn">
<a href="http://www.piggypowerbatteries.com/#" target="_blank" class="button">Button</a>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END MEAT -->