Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

irishgrizzly

macrumors 65816
Original poster
May 15, 2006
1,461
2
*Disclaimer: I hate email signatures with all my heart. I only put do them when requested and the client won't take no for an answer.

So, I made an email signature and the client is using it. I'd tested it against various email clients – web based and desktop and it was working ok.

Now the client is having trouble when he gets a reply from a recipient. The signature fragments and the images go missing.

Is there anything I can change in this code to fix this? Or is it in the way their email clint is configured – the options for sending?


Code:
<table width="266" height="320" cellspacing="0" cellpadding="0" border="0">

<tr>  
<td colspan="2" align="left" height="16" width="266" style="font-family: Arial, Helvetica, sans-serif; font-size: 13px;">  
NAME  
</td>
</tr>
<tr>  
<td colspan="2" align="left" height="16" width="266" style="font-family: Arial, Helvetica, sans-serif; font-size: 11px;">  
TITLE  
</td>
</tr>
<tr>  
<td colspan="3" width="266" align="left">  
<a href="http://www.example.com/"><img src="http://www.example.ie/company_logo.gif" width="144" height="63" border="0"></a>  
</tr>
<tr>  
<td colspan="2" align="left" width="266" height="13" style="font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000;">Address 1</td>
</tr>
<tr>  
<td colspan="2" align="left" width="266" height="13" style="font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000;">Address 2</td>
</tr>
<tr>  
<td colspan="2" align="left" width="266" height="13" style="font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000;"><a href="http://www.example.com/" style="text-decoration:none; color:#000000;">www.example.com</a></td>
</tr>
<tr>  
<td width="137" height="22">
<hr width=100% size=1 noshade color="gray">
</td>
<td width="129" height="22"> </td>
</tr>
<tr>  
<td colspan="2" align="left" width="266" height="13" style="font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000;">m. 086 000 0000</td>
</tr>
<tr>  
<td colspan="2" align="left" width="266" height="13" style="font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000;">t. 01 000 0000</td>
</tr>
<tr>  
<td colspan="2" align="left" width="266" height="13" style="font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000;">f. 01 000 000</td>
</tr>
<tr>  
<td colspan="2" align="left" width="266" height="13" style="font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000;"><a href="mailto:name@example.com" style="text-decoration:none; color:#000000;">e. name@example.com</a></td>
</tr>
<tr>  
<td colspan="2"><a href="http://www.example.com"><img src="http://www.example.com/tagline_logo.gif" width="248" height="37" border="0"></a></td>
</tr>
<tr>  
<td colspan="2"><a href="http://www.example.com"><img src="http://www.example.com/social_logo.gif" width="29" height="30" border="0"></a><a href="http://www.example.com"><img src="www.example.com/social_logo.gif" width="29" height="30" border="0"></a><a href="http://www.example.com"><img src="www.example.com/social_logo.gif" width="32" height="30" border="0"></a></td>
</tr>
<tr>  
<td colspan="2" align="left" valign="top" width="266" height="13" style="font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000;">Click to follow</td>
</tr>
</table>
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.