-
Notifications
You must be signed in to change notification settings - Fork 17
/
free-template4.html
28 lines (28 loc) · 1.34 KB
/
free-template4.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
<div style="max-width:800px;width:100%;background:#FFF;display:block;margin:0px auto;font-family: Arial,sans-serif;font-size:12px;text-align:center;padding:30px 0">
<table width="100%" height="100px">
<tr>
<td style="width:50px;border-left:10px solid #C00;border-top:10px solid #C00;"> </td>
<td style="text-align:center;"><div style="display:inline-block;max-width:100%"><img src="[LOGO:300]" style="width:100%;" alt="NEWSLETTER" /></div></td>
<td style="width:50px;border-right:10px solid #C00;border-top:10px solid #C00;"> </td>
</tr>
</table>
<table style=" color:#333;width:100%;margin:0px" cellpadding="15px" cellspacing="0px">
<tbody>
<tr><td></td></tr>
<tr>
<td style="background:#FFF;padding:40px 10%;color:#666;border-bottom:6px dotted #666;border-top:6px dotted #666;">[CONTENT]</td>
</tr>
<tr>
<td style="color:#BBB;text-align:right;"> </td>
</tr>
</tbody>
</table>
<table width="100%" height="100px">
<tr>
<td style="width:50px;border-left:10px solid #C00;border-bottom:10px solid #C00;"> </td>
<td style="text-align:center;color:#BBB">[FOOTER]</td>
<td style="width:50px;border-right:10px solid #C00;border-bottom:10px solid #C00;"> </td>
</tr>
</table>
<a href="[FORWARDURL]" style="color:#FFF;padding:5px 10px;text-decoration:none;border-radius:10px;font-size:12px;display:inline-block;text-align:center;background:#999">Forward this message</a>
</div>