-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathemail.html
208 lines (140 loc) · 6.88 KB
/
email.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
<!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">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> Test Email</title>
<style type="text/css">
/* RESET STYLES */
p {
margin: 1em 0;
}
table {
border-collapse: collapse;
}
img,
a img {
border: 0;
height: auto;
outline: none;
text-decoration: none;
}
body,
#bodyTable,
#bodyCell {
height: 100% !important;
margin: 0;
padding: 0;
width: 100% !important;
}
/* CLIENT-SPECIFIC STYLES */
#outlook a {
padding: 0;
}
img {
-ms-interpolation-mode: bicubic;
}
table {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
p,
a,
li,
td,
blockquote {
mso-line-height-rule: exactly;
}
a[href^="tel"],
a[href^="sms"] {
color: inherit;
cursor: default;
text-decoration: inherit;
}
p,
a,
li,
td,
body,
table,
blockquote {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
</style>
</head>
<body>
<center>
<table border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable" style="background-color:#ffffff;">
<tr>
<td align="center" valign="top" id="bodyCell">
<p style="text-align:center; font-size:11px; font-family:arial; color:#898989;">Test email
</p>
<table border="0" cellpadding="0" cellspaceing="0" width="580" min-width="580" style="background-color:#FEFEFE;border:1px solid #cccccc;">
<!----------------
BANNER
------------------->
<tr>
<td>
<img src="images/banner.jpg" alt="">
</td>
</tr>
<!----------------
CONTENT
------------------->
<tr>
<td align="center">
<table width="480" align="center">
<tr>
<td>
<p style="font-size:15px;text-align:center;font-family:trebuchet ms, sans-serif;color:#4A4A4A;"> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Laboriosam deserunt in iusto, nam labore, ut soluta rem porro corporis praesentium quaerat odit suscipit delectus ullam cum repellat nobis temporibus! Rem provident ducimus fugit enim. Dicta placeat perferendis eius dolore quae aliquid enim voluptas maxime exercitationem eos. Minima aut dignissimos explicabo possimus tempore sit saepe iusto, animi deleniti quia? Aut rem nobis veritatis, natus modi. Excepturi nam veniam quos quo quidem, illo. Sunt quia nulla, temporibus. Libero in quasi eveniet accusamus? Placeat ipsa et id vero neque nostrum at saepe. Tempora molestiae sint nemo esse ipsum nobis odio, nesciunt tenetur exercitationem.
</p>
</td>
</tr>
<tr>
<td width="200" height="40" algin="center" style="background-color:#275FA0;text-align:center;">
<a href="" style="color:#ffffff;text-decoration:none;font-family:trebuchet ms, sans-serif;text-align:center;">CLICK HERE</a>
</td>
</tr>
<tr>
<td>
</td>
</tr>
<tr>
<td>
</td>
</tr>
<tr>
<td>
</td>
</tr>
<tr>
<td>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-------------------
ADD TRANSPARENT PIXEL
-------------------->
<img src="tracker.php?image=tracking.gif" alt="">
</center>
</body>