S
Steve Johnson
Hi and Happy New Year!
After a recent corporate rebranding, I'm trying to recreate our Outlook
email signature for our Mac Entourage 2008 users (why was it decided to move
the signature files into a database and not allow direct editing of HTML in
Entourage?! That's just unbelievable...)
The signature code is a two-cell table with a hyperlinked graphic in one
cell and CSS-styled text in the other. Here's the code, which works just
fine in an Outlook signature file:
<style type="text/css">
<!--
..sigtext {
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color: #99918e;
line-height:1.07;
}
-->
</style>
--<br><br>
<table width="450" border="0" cellspacing="4">
<tr>
<!--- signature graphic logo --->
<td width="296" valign="top"><a href="http://www.mycompany.com/"
title="Go to MyCompany's website"><img src="mycompany-logo.gif" alt="2"
width="273" height="100" border="0" /></a></td>
<!--- signature text --->
<td width="138" valign="top">
<span class="sigtext">
<p>
<strong>My Name</strong><br>
My Title <br>
(970) 555-1212 direct<br>
(970) 123-4567 cell
(970) 555-1213 fax
</p>
</span>
</td>
</tr>
</table>
I've found no way to accomplish this task. I've tried using the MacTopia
templates, I've tried editing the Signatures file directly, I've tried
converting the HTML to a Word doc and cutting and pasting. I'm getting
nowhere. Any suggestions and/or solutions would be very much appreciated.
Regards,
Steve Johnson
IT & Web Services Manager
Vision Graphics, Inc.
Loveland, CO
After a recent corporate rebranding, I'm trying to recreate our Outlook
email signature for our Mac Entourage 2008 users (why was it decided to move
the signature files into a database and not allow direct editing of HTML in
Entourage?! That's just unbelievable...)
The signature code is a two-cell table with a hyperlinked graphic in one
cell and CSS-styled text in the other. Here's the code, which works just
fine in an Outlook signature file:
<style type="text/css">
<!--
..sigtext {
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color: #99918e;
line-height:1.07;
}
-->
</style>
--<br><br>
<table width="450" border="0" cellspacing="4">
<tr>
<!--- signature graphic logo --->
<td width="296" valign="top"><a href="http://www.mycompany.com/"
title="Go to MyCompany's website"><img src="mycompany-logo.gif" alt="2"
width="273" height="100" border="0" /></a></td>
<!--- signature text --->
<td width="138" valign="top">
<span class="sigtext">
<p>
<strong>My Name</strong><br>
My Title <br>
(970) 555-1212 direct<br>
(970) 123-4567 cell
(970) 555-1213 fax
</p>
</span>
</td>
</tr>
</table>
I've found no way to accomplish this task. I've tried using the MacTopia
templates, I've tried editing the Signatures file directly, I've tried
converting the HTML to a Word doc and cutting and pasting. I'm getting
nowhere. Any suggestions and/or solutions would be very much appreciated.
Regards,
Steve Johnson
IT & Web Services Manager
Vision Graphics, Inc.
Loveland, CO