Outlook 2013 HTML 带有图像背景的签名
Outlook 2013 HTML Signature with Image Background
我找到了另一个话题 (Outlook 2013 background image broken),但是我无法发表评论,因为我是 Stack Overflow 的新用户。这是我的代码:
<table width="695" height="194" border="0" cellpadding="0" style="background-image:url('http://champ.website-admin.net/files/2014/12/email.jpg'); padding:24px;">
<tbody>
<tr>
<td><h3>Emma Woolward</h3></td>
</tr>
<tr>
<td><p><a href="mailto:operations@champresources.com.au">operations@champresources.com.au</a></p></td>
</tr>
<tr>
<td><p>1300 GO CHAMP</p></td>
</tr>
<tr>
<td><p>P: 1300 462 426</p></td>
</tr>
<tr>
<td><a href="www.champresources.com.au"><p>www.champresources.com.au</p></a></td>
</tr>
<tr>
<td><a href="https://www.facebook.com/champresources?fref=ts"><img src="http://champ.website-admin.net/files/2014/12/facebook.png" style="width:100px;height:33px; float: left;"></a><img src="http://champ.website-admin.net/files/2014/12/zeroharm.png" style="float:left; margin-left:5px;"></td>
</tr>
没有显示背景图片。对类似主题的回复建议使用多部分电子邮件,他们提供了一个代码示例:
--==boundary-1
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 7bit
Content-Base: http://test.endlesspeak.cz
<td background="cid:bg-deepak.jpg">
--==boundary-1
Content-type: image/jpg; name="bg-deepak.jpg"
Content-ID: <bg-deepak.jpg>
Content-Transfer-Encoding: base64
Content-Disposition: inline; filename="bg-deepak.gif"
我想知道这个示例代码最好放在头部的什么位置?
或者其他人有没有其他想法为什么背景图片在进入 outlook 时消失了?
请记住,Outlook 使用 Word 呈现 HTML,而不是 IE。不知道 Word 是否支持表格的背景图片,据我所知它不支持标签的背景图片。
我找到了另一个话题 (Outlook 2013 background image broken),但是我无法发表评论,因为我是 Stack Overflow 的新用户。这是我的代码:
<table width="695" height="194" border="0" cellpadding="0" style="background-image:url('http://champ.website-admin.net/files/2014/12/email.jpg'); padding:24px;">
<tbody>
<tr>
<td><h3>Emma Woolward</h3></td>
</tr>
<tr>
<td><p><a href="mailto:operations@champresources.com.au">operations@champresources.com.au</a></p></td>
</tr>
<tr>
<td><p>1300 GO CHAMP</p></td>
</tr>
<tr>
<td><p>P: 1300 462 426</p></td>
</tr>
<tr>
<td><a href="www.champresources.com.au"><p>www.champresources.com.au</p></a></td>
</tr>
<tr>
<td><a href="https://www.facebook.com/champresources?fref=ts"><img src="http://champ.website-admin.net/files/2014/12/facebook.png" style="width:100px;height:33px; float: left;"></a><img src="http://champ.website-admin.net/files/2014/12/zeroharm.png" style="float:left; margin-left:5px;"></td>
</tr>
没有显示背景图片。对类似主题的回复建议使用多部分电子邮件,他们提供了一个代码示例:
--==boundary-1
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 7bit
Content-Base: http://test.endlesspeak.cz
<td background="cid:bg-deepak.jpg">
--==boundary-1
Content-type: image/jpg; name="bg-deepak.jpg"
Content-ID: <bg-deepak.jpg>
Content-Transfer-Encoding: base64
Content-Disposition: inline; filename="bg-deepak.gif"
我想知道这个示例代码最好放在头部的什么位置?
或者其他人有没有其他想法为什么背景图片在进入 outlook 时消失了?
请记住,Outlook 使用 Word 呈现 HTML,而不是 IE。不知道 Word 是否支持表格的背景图片,据我所知它不支持标签的背景图片。