本文介绍了我怎样才能让Outlook展示背景图片?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我试图让Outlook展示背景图片。我可以在Outlook 2003-2015电子邮件客户端中使用另一个规则吗?请看下面的标记。
I'm trying to get outlook to display a background-image. Is another rule I can use in it's place for outlook 2003-2015 email clients? Be see markup below.
<table class="emailwrap" style="background-color:#fff;" cellpadding="0" cellspacing="0" width="100%" align="center">
<tr>
<td class="mbl-header" align="center" style="width:600px; height:122px; background-image: url('images/banner2.jpg'); background-repeat:no-repeat;background-size:600px 100%; padding-left:35px; padding-right:35px;">
<p style="font-family:Arial, sans-serif; color:#fff; text-align:left;"><strong>As Assistant U.S. Attorney Seth Wilkinson</strong> said in relation to a recent Lacey Act case, "The message is clear, you can’t turn a blind eye, you can’t buy products that you know are stolen, make a huge profit off it and then just say, ‘I didn’t know what I was doing</p>
</td>
</tr>
</table>
推荐答案
Outlook 07/10/13& Outlook.com不支持 background-image
()。相反,您可以替代所有电子邮件客户端的切片图像(不推荐),或者不支持 background-image
的纯色背景。
Outlook 07/10/13 & Outlook.com do not support background-image
(Campaign Monitor - CSS). Instead, you can either substitute sliced images (not recommended) for all email clients or a solid background color where background-image
isn't supported.
可能是最可靠的来源。
Bulletproof Background Images is probably the most reliable source.
这篇关于我怎样才能让Outlook展示背景图片?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!