-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathexample.html
More file actions
69 lines (67 loc) · 2.52 KB
/
example.html
File metadata and controls
69 lines (67 loc) · 2.52 KB
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title></title>
</head>
<body>
<table width="614" border="0" align="center" cellpadding="0" cellspacing="0" style="font-family:Arial, Helvetica, sans-serif;font-size:12px">
<tbody>
<tr>
<td valign="top"><img src="./email-images/shadow-left.gif" width="7" height="750" style="display:block"></td>
<td valign="top"><table width="600" border="0" align="center" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td><a href="%%Website-URL%%"><img src="./email-images/black-header.jpg" alt="%%Header-Alt-Tag%%" width="600" height="90" border="0" style="display:block"></a></td>
</tr>
<tr>
<td align="center" style="font-family:Arial, Helvetica, sans-serif;font-size:12px"><table width="530" border="0" cellspacing="0" cellpadding="0" style="font-family:Arial, Helvetica, sans-serif;font-size:12px">
<tbody>
<tr>
<td colspan="2" style="padding-top:20px;font-family:Arial, Helvetica, sans-serif;font-size:12px"></td>
</tr>
<tr>
<td colspan="2" style="padding:20px 0;font-family:Arial, Helvetica, sans-serif;font-size:12px"><p> Hi %%First-Name%%,<br />
<br />
Thank you for your enquiry! We'll get back to you as soon as possible. <br />
In the meantime, here is a copy of the details you sent us.<br /><br />
<br />
<strong>Enquiry About:</strong><br />
<span style="font-size: 14px;">%%Subject%%</span> <br />
<br />
<strong>Name:</strong><br />
<span style="font-size: 14px;">%%First-Name%% %%Surname%%</span> <br />
<br />
<strong>Email:</strong><br />
<span style="font-size: 14px;">%%Email%%</span> <br />
<br />
<strong>Phone:</strong><br />
<span style="font-size: 14px;">%%Phone%%</span> <br />
<br />
<strong>Your Message:</strong><br />
<span style="font-size: 14px;">%%Comments%%</span> </p></td>
</tr>
</tbody>
</table>
<img src="./email-images/divider.gif" border="0">
<table width="530" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" style="padding-top:10px;font-family:Arial, Helvetica, sans-serif;font-size:11px"><p><strong>Phone:</strong> XX XXXX XXXX<br/>
XXX XXXXXXXXX XX<br/>
XXXXXXX XXXXXXXXX, XXX XXXX</p></td>
</tr>
<tr>
<td colspan="3" style="padding:20px 0;font-family:Arial, Helvetica, sans-serif;font-size:11px;text-align:center">© 2011 <a href="%%Website-URL%%" style="color:#EE3224" target="_blank">%%Website-Name%%</a></td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table></td>
<td valign="top"><img src="./email-images/shadow-right.gif" width="7" height="750" style="display:block"></td>
</tr>
</tbody>
</table>
</body>
</html>