Forum Discussion
Adding global signatures in office 365
In my organization it seems like everyone see's it wrong.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><title>Email Signature</title>
<meta content="text/html; charset=utf-8"http-equiv="Content-Type">
</head>
<body>
<table style="width: 480px; font-size:8pt; font-family:Arial,sans-serif; line-height:normal;" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td colspan="2"style="width: 480px; padding-bottom:5px; color: #3c3c3b; font-size:11pt; font-family:Arial,sans-serif; font-weight: bold;">%%Firstname%% %%Lastname%%</td>
</tr>
<tr>
<td colspan="2"style="width: 480px; font-family:Arial,sans-serif; font-size:11pt; color:#1793d2; padding-bottom:5px">%%Title%%</td>
</tr>
<tr>
<td colspan="2"style="width: 480px; padding-bottom:2px; border-top:1px dotted; border-top-color:#131313; "> </td>
</tr>
<tr>
<td style="width:120px; vertical-align: middle;"valign="middle">
<a href="http://bematechus.com/Logic_FTP/KDS/Bematech/Bematech.png"><img border="0"alt="Logo"width="266"height="115"style="width:266px; height:115px; border:0;"src="http://bematechus.com/Logic_FTP/KDS/Bematech/Bematech.png"></a>
</td>
<td style="width:360px; color: #131313; font-family:Arial,sans-serif; vertical-align: middle"valign="middle">
<table cellpadding="0" cellspacing="0" style="line-height:14px;">
<tbody>
<tr><td style="font-family:Arial,sans-serif; font-size:8pt; color:#131313; padding:1px;">T: %%Office%%</td></tr>
<tr>
<td style="font-family:Arial,sans-serif; font-size:8pt; color:#131313; padding:1px;">
<td"target="_blank"style="font-family:Arial,sans-serif; font-size:8pt; text-decoration:none; color:#131313;">
<a href="mailto:%%email%%">%%email%%</a>
</td>
</tr>
<tr>
<td style="color: #131313; font-family:Arial,sans-serif; font-size:8pt; padding:1px;">999 South Oyster Bay Rd Building 104</td>
</tr>
<tr>
<td style="color: #131313; font-family:Arial,sans-serif; font-size:8pt; padding:1px;">Bethpage, NY 11714</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td colspan="2"style="width: 480px; padding-top:2px; border-bottom:1px dotted; border-bottom-color:#131313; "> </td>
</tr>
</tbody>
</table>
</body>
</html>
I’ll try find some time soon!!
Adam
- Robert2152Jan 31, 2019Copper Contributor
Not a problem Adam. I appreciate you looking into this for me.