我爲我的公司創建了一些電子郵件簽名,並且遇到了一些小問題。在Outlook回覆中返回.png文件的HTML電子郵件簽名
我已經把它與Outlook一起工作正常(當我發送給Outlook的用戶簽名看起來很完美),但是當他們回覆簽名文本被轉換爲.png文件,而背景圖像是仍然顯示。
我不確定Outlook爲什麼將它變成.png?
有沒有人遇到過這個?
圖像。
這是簽名應該如何看,而看起來在Outlook & Mac的郵件。
這是Outlook用戶響應我的電子郵件時發生的情況。如下圖所示,它將sig變成.png來保留sig,並將文本加密。
這是在Outlook用戶響應時變成.png的簽名。
<br />
<br />
<table width="524" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse;">
<tr>
<td style="width: 524px; height: 244px; background-image: url('http://photography.kastnerandpartners.com.au/email/rb_guy.jpg');">
<!--[if gte mso 9]>
<v:image xmlns:v="urn:schemas-microsoft-com:vml" id="theImage" style='behavior: url(#default#VML); display: inline-block; position: absolute; width: 524px; height: 244px; top: 0; left: 0; border: 0; z-index: 1;' src="http://photography.kastnerandpartners.com.au/email/rb_guy.jpg" />
<v:shape xmlns:v="urn:schemas-microsoft-com:vml" id="theText" style='behavior: url(#default#VML); display: inline-block; position: absolute; width: 524px; height: 244px; top: 14; left: 40; border: 0; z-index: 2;'>
<div>
<![endif]-->
<table width="524"; height: "244"; border="0" cellspacing="0" cellpadding="0" style="border-collapse: collapse;">
<tr>
<td height="244" align="left top" valign="top">
<p style="z-index:2; padding: 14px 0 0 40px; line-height: 18px; font-family: 'Courier New', Courier, monospace; font-weight:800; font-size: 12px; color: #999999;">
<br />
<img src="http://photography.kastnerandpartners.com.au/email/KP-logo.png"><br />
<span style="-webkit-text-size-adjust:none; font-size:12px;"><strong style="color: #333333">Michael Birchall</strong> | Art Director | <a href="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 />
Level 2, 137 Pyrmont St, Pyrmont NSW 2009, Australia<br />
t +61 2 8585 5555 | m +61 413 354 019<br />
e <a href="mailto:[email protected]" style="color: #999999;">[email protected]</a><br />
</p>
</td>
</tr>
</table>
<!--[if gte mso 9]>
</div>
</v:shape>
<![endif]-->
</td>
</tr>
</table>
不知道,但我猜它一定是事做與V:形狀標籤內容轉換成形狀 –
@FedericoGiust:我同意。我不認爲應該提及VML。 –
經過多次試驗和嘗試獲取Outlook中顯示的背景圖像的錯誤後,我遇到了這個博客,該博客表示使用VML http://iamskwerl.com/tech/2011/11/html-emails-outlook-and-背景圖片/ ??? – MDB