forked from phpList/phplist-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfree-template1.html
19 lines (19 loc) · 961 Bytes
/
free-template1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<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 style="border:1px solid #CCC;background:#EEE; color:#333;border-radius:20px;max-width:800px;width:100%;margin:10px 0px" cellpadding="15px" cellspacing="0px">
<tbody>
<tr>
<td style="font-size:22px;color:#666;padding:20px 10%;text-align:center"><div style="max-width:100%;display:inline-block"><img src="[LOGO:400]" width="100%" alt="NEWSLETTER" /></div></td>
</tr>
<tr>
<td style="background:#FFF;font-size:22px;padding:20px 10%"><span style="border-bottom:1px dotted #999">[SUBJECT]</span></td>
</tr>
<tr>
<td style="background:#FFF;padding:40px 10%;color:#666">[CONTENT]</td>
</tr>
<tr>
<td style="color:#666;text-align:center">[FOOTER]</td>
</tr>
</tbody>
</table>
<p style="text-align:right"><a href="[FORWARDURL]" style="color:#999">Forward this message</a></p>
</div>