无法在Outlook中看到背景图片

时间:2019-03-22 09:07:15

标签: html css

这是我的代码

<table background="image link" background-position="" border="0" 
cellpadding="0" cellspacing="0" height="250" width="100%">

<tr>
<td width="10">
</td><td width="10">
</td></tr><tr>
<td height="60" width="50">
</td><td bgcolor="FFFFFF" height="60" style="text-align: center;">
<div>
 &nbsp;</div><div style="line-height: 200%;">
 <span style="font-size:28px;"><b><span style="color:#000000;"><span 
 style="font-family:georgia,serif;">Welcome </span></span> </b></span></div> 
 </td><td height="60" width="50">
 </td></tr></table>

当我在Outlook中打开此电子邮件时,我看不到背景图片。我正在使用Salesforce创建此电子邮件,请在此问题上为我提供帮助。我输入了image link,而不是我正在使用的实际图像链接。

1 个答案:

答案 0 :(得分:0)

尝试background-image而不是background

background-image: url("image-url.jpg");
background-position: center center; /* whatever you want */
background-repeat: no-repeat; /* or repeat */