Jesper Frier Certified Professional


Joined: 09 Sep 2006 Posts: 1923 Location: Stoevring, Denmark
|
| Posted: Tue Nov 14, 2006 7:08 pm Post subject: Email Signature Template - Simple is beautiful |
|
|
HTML email signature with conditional content, Lotus Notes supported and Valid HTML 4.01 Transitional:
Tested OK on all major email clients
 | Code: | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=ISO-8859-1">
<title>
Company name
</title>
<meta name="description" content="Description here">
<meta name="author" content="Jesper Frier">
</head>
<body>
<br>
<font face="Arial, Helvetica, Geneva, Sans-Serif" color="#122F56" size="1">Best regards<br>
<br>
<img src="http://www.emailsignature.eu/phpBB2/templates/subSilver/images/logo_phpBB.gif" alt="logo" height="49" width="246"><br>
<br>
<b>((First_name)) ((Last_name))</b><br></font> <font face="Arial, Helvetica, Geneva, Sans-Serif" color="#D1A655" size="1">((Title))</font><br>
<br>
<font face="Arial, Helvetica, Geneva, Sans-Serif" color="#122F56" size="1">
<!-- Dynamic fields STARTS HERE - When source is empty, nothing is displayed -->
{$$NULL(Home_phone)$$VALUE(Direct ((Home_phone))<br>)$$}
{$$NULL(Mobile_number)$$VALUE(Mobile ((Mobile_number))<br>)$$}
{$$NULL(Fax_number)$$VALUE(Fax ((Fax_number))<br>)$$}
<!-- Dynamic fields STOPS HERE -->
((E-mail))<br></font>
<table border="0" cellspacing="0" cellpadding="0" width="630" summary="jf@officeaddon.com">
<tr>
<td>
<hr align="left" size="1">
<font face="Arial, Helvetica, Geneva, Sans-Serif" color="#122F56" size="1">((Company)) • ((Address)) • ((ZIP/Postal_Code)) ((City)) • Phone ((Telephone_number)) • Fax ((Fax_number)) • <a href="http://((Web_page))" style="text-decoration: none;"><font face="Arial, Helvetica, Geneva, Sans-Serif" color="#122F56" size="1">((Web_page))</font></a></font>
<hr align="left" size="1">
</td>
</tr>
</table>
<p>
<a href="http://validator.w3.org/check?uri=referer">
<img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01 Transitional" height="31" width="88" border="0"></a>
</p>
</body>
</html>
|
Reply/forward HTML email signature:
| Code: | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=ISO-8859-1">
<title>
Company name
</title>
<meta name="description" content="Description here">
<meta name="author" content="Jesper Frier">
</head>
<body>
<br>
<br>
<font face="Arial, Helvetica, Geneva, Sans-Serif" color="#122F56" size="2">Best regards<br>
<b>((First_name)) ((Last_name))</b></font><br>
<br>
</body>
</html> |
Reply/forward RTF email signature:
| Code: | {\rtf1\ansi\ansicpg1252\deff0\deflang1030{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;}}
{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\f0\fs20\par
Best regards\par
\par
\b ((First_name)) ((Last_name))\b0\par
\par
\par
} |
Reply/forward TXT email signature:
| Code: |
Best regards
((First_name)) ((Last_name)) |
|
|