This repository has been archived by the owner on Nov 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathadvanced_email_template3.html
89 lines (69 loc) · 2.86 KB
/
advanced_email_template3.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
<!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 http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
body, p, li { font-family:Verdana,sans-serif!important; font-size:12px!important; line-height:18px!important; }
h1 { font-family:Verdana,sans-serif!important; font-size:14px!important; line-height:22px!important; color: #008b5d!important; }
h2 { font-family:Verdana,sans-serif!important; font-size:13px!important; line-height:20px!important; color: #00a15f!important; }
h3 { font-family:Verdana,sans-serif!important; font-size:13px!important; line-height:20px!important; color: #3fa85d!important; }
h4 { font-family:Verdana,sans-serif!important; font-size:13px!important; line-height:20px!important; color: #61ae5b!important; }
h5 { font-family:Verdana,sans-serif!important; font-size:13px!important; line-height:20px!important; color: #7db658!important; }
li { margin:0!important; }
a, a:active, a:visited { color:#005CA1!important; text-decoration:none!important; }
a:hover { color:#c55200!important; text-decoration:underline!important; }
table td { border-collapse:collapse; }
strong { color:#008b5d!important; }
span { display:none; }
hr { border: 1px solid #2b2b33; }
.image_fix { display:block; border:none; }
</style>
</head>
<body bgcolor="#FFF" style="width:100%!important; margin:0; padding:0;">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<!-- Signature -->
<tr>
<td bgcolor="#78A300" height="40" align="center">
</td>
</tr>
<!-- /Signature -->
<tr>
<center><img src="http://codebranch.com/wp-content/uploads/2012/09/zendesk1.png" class="image_fix" /></center>
<td bgcolor="#fcfcfc" align="center">
<table width="600" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="50" align="left" valign="bottom" style="font-family:Verdana,sans-serif!important; font-size:12px!important; line-height:18px!important; color:#b3b3b3!important; padding-bottom:2px; border-bottom:2px solid #2b2b33;">
<!-- Delimiter -->
{{delimiter}}
<!-- /Delimiter -->
</td>
</tr>
<tr>
<td align="left" style="font-family:Verdana,sans-serif!important; font-size:12px!important; line-height:18px!important; color: #434343;">
<!-- Content -->
{{content}}
<!-- /Content -->
</td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#78A300" height="40" align="center" valign="top">
<!-- Footer -->
<table width="600" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="40" align="center" style="padding-top:4px; font-family:Verdana,sans-serif; font-size:10px; color:#F0F0F0; text-transform:uppercase;">
You have been sent this message because you recently opened a support request at BLA
</td>
</tr>
</table>
<!-- Footer -->
</td>
</tr>
</table>
</body>
</html>