GP
0
Image Altered When Email Forwarded
Hello,
I know that when you forward an email, you can expect the email to be altered. I can live with some minor text formatting changes or other slight changes. But when our emails are forwarded, the image in our email signature gets squeezed and looks really terrible. See the following link...

This is the code of the image that is squeezed:
<p><img src="http://www.figmarketing.com/images/staff/Alecia-Barnette.jpg" width="100" /></p>
It resides in this table...
<table width="100%" cellpadding="0" cellspacing="0" align="center">
<tr>
<td style="padding:0 5px;">
<table width="680" cellpadding="0" cellspacing="0" align="center" class="devicewidth" >
<tr>
<td>
<table width="100%" cellpadding="0" cellspacing="0" style=" " class="devicewidth">
<tr>
<td valign="top" align="center" class="fullwidthImg MobileHeaderSwitch1">
<a target="_blank" href="http://ofsys.com/T/OFC4/L2S/6277/M727507/741096/26569349/thXQgl/1/59800/Po9Or32q/I/754127/xl7xyj.html">
<span class="lienImgRes" style="margin:0;padding:0;">
<img src="http://media.ofsys.com/T/OFSYS/H/1097187/BKgLd3/signature-logo-w-bar3.jpg" border="0" alt="" class="centerImage houdini1"/>
</span>
</a>
</td>
<td valign="top" dir="ltr" class="fullwidth">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td style="padding:10px; font-family:Arial, Helvetica, sans-serif;font-size: 12px;" >
<table align="left" border="0" cellpadding="0" cellspacing="0" height="186" width="411">
<tbody>
<tr>
<td><span style="font-family:arial,helvetica,sans-serif;"><span style="color: rgb(128, 0, 0);"><strong><span style="font-size: 18px;">Alecia Barnette</span></strong></span><br />
<em><span style="font-size: 14px;">Sales Consultant - LTC Division</span></em><br />
<span style="font-size: 12px;"><span style="color: rgb(0, 102, 102);"><strong>Direct:</strong></span> <strong>704-439-2362</strong><br />
<span style="color: rgb(0, 102, 102);"><strong>Direct Fax:</strong></span> <strong>704-439-2363</strong></span><br />
<br />
<span style="font-size: 10px;">19520 West Catawba Ave., Suite 200 | Cornelius, NC 28031<br />
P: 800.527.1155 | F: 704.895.5607 | <a target="_blank" href="http://ofsys.com/T/OFC4/L2S/6277/M727507/741096/26569349/thXQgl/2/59800/Po9Or32q/I/754127/xl7xyj.html"><span style="color: rgb(0, 102, 102);">www.figmarketing.com</span></a></span><br />
<br />
<strong><a target="_blank" href="http://ofsys.com/T/OFC4/L2S/6277/M727507/741096/26569350/JXVzLN/1/59800/Po9Or32q/I/754127/xl7xyj.html?p1=Alecia&p2=Barnette"><span style="color: rgb(0, 102, 102);">Meet My Team!</span></a></strong></span></td>
<td>
<p><img src="http://www.figmarketing.com/images/staff/Alecia-Barnette.jpg" width="100" /></p>
</td>
</tr>
</tbody>
</table>
Thanks in advance!
Hi Greg,
Have you tried adding a height to the image as well?
<p><img src="http://www.figmarketing.com/images/staff/Alecia-Barnette.jpg" width="100" height="XX" /></p>
Also might be worth hosting the image the size you want it rather than resizing it in the code.
Thanks
Chris
Thanks, Chris! I'm an idiot. Somehow forgot height!