Skip to content Skip to sidebar Skip to footer

Html Email Signature Returning .png File On Outlook Reply

I'm creating some email signatures for my company and I've come across a little problem. I've got it working with Outlook fine (when I send to a user with Outlook the signature lo

Solution 1:

The VML method is only used for background images when sending HTML emails from a deployment service such as Campaign Monitor, MailChimp, etc. When sending an email from within Outlook, the program itself will add its own code to your signature, which will remove/strip the coding you've created (Including the VML code).

To top it off, Outlook is notorious for messing with the HTML of any email upon reply, so there's no way to guarantee what you've sent will remain intact.

Solution 2:

Incase anyone is wondering in the future.. I solved this problem by simply placing the images in a table and table cells.

Outlook renders the signature fine now (well Outlook 2007?) - Lotus notes on the other hand has a panic attack and renders everything with red x's.

I'm having a problem with Outlook 2010 - It's putting a gap in between the first and second ... could anyone see what's going wrong with this code?

<tableid="Table_01"width="524"border="0"cellpadding="0"cellspacing="0"style="border-collapse: collapse;"><tr><tdcolspan="3"style="padding:0;"cellpadding="0"cellspacing="0"><imgsrc="http://photography.kastnerandpartners.com.au/email/bell/bell_01.png"width="524"height="19"alt=""style="background-color:#ffbb39;"></td></tr><tr><tdrowspan="2"style="padding:0;"cellpadding="0"cellspacing="0"><imgsrc="http://photography.kastnerandpartners.com.au/email/bell/bell_02.png"width="18"height="151"alt=""style="background-color:#ffbb39;"></td><tdwidth="488"align="left top"valign="top"alt=""style="background-color:#fff; padding: 10px 0 0 25px;"cellpadding="0"cellspacing="0"><pstyle="padding: 0; line-height: 18px; font-family: 'Courier New', Courier, monospace; font-weight:800; font-size: 12px; color: #999999;"><imgsrc="http://photography.kastnerandpartners.com.au/email/KP-logo.png"><br /><spanstyle="-webkit-text-size-adjust:none; font-size:12px;"><strongstyle="-webkit-text-size-adjust:none; font-size:12px; color: #333333;">Michael Birchall</strong> | Art Director | <ahref="http://kastnerandpartners.com.au"title="kastnerandpartners.com.au"style="color: #666666; text-decoration: none; border-bottom: 1px #cccccc dotted;">kastnerandpartners.com.au</a></span><br /><spanstyle="-webkit-text-size-adjust:none; font-size:12px;"><strongstyle="color: #999999">Level 2,  137 Pyrmont St, Pyrmont NSW 2009, Australia<br />
        t +61 2 8585 5555 | m +61 413 354 019<br />
        e <ahref="mailto:michael.birchall@kastnerandpartners.com.au"style="color: #999999;">michael.birchall@kastnerandpartners.com.au</a><br /></strong></span></p></td><tdrowspan="2"style="padding: 0;"cellpadding="0"cellspacing="0"><imgsrc="http://photography.kastnerandpartners.com.au/email/bell/bell_04.png"width="18"height="151"alt=""style="background-color:#ffbb39;"></td></tr><tr><tdvalign="bottom"style="padding: 0;"cellpadding="0"cellspacing="0"><imgsrc="http://photography.kastnerandpartners.com.au/email/bell/bell_05.png"width="488"height="18"alt=""style="background-color:#ffbb39;"></td></tr><tr><tdcolspan="3"style="padding: 0;"cellpadding="0"cellspacing="0"><imgsrc="http://photography.kastnerandpartners.com.au/email/bell/bell_06.png"width="524"height="74"alt=""style="background-color:#ffbb39;"></td></tr></table>

Post a Comment for "Html Email Signature Returning .png File On Outlook Reply"