使用IE页面发送电子邮件选项时,不显示图像

时间:2015-07-15 07:30:20

标签: html css email

当我使用IE页面发送电子邮件选项通过电子邮件发送Html页面时,图像不会出现在电子邮件中。我使用内联css包含图像

这是我的HTML代码

<div class="bg-image">
    <p class="head-1" ><font face="arial" size=4>&nbsp;&nbsp;&nbsp;&nbsp;<b>APJ Corporate Affairs </b></font><p/>
    <p class="head-2" >&nbsp;&nbsp;&nbsp;<b><font face="arial">Q3 2015 Recognition Awards</b></font></p>
</div>

这是我的css代码

.bg-image
{
    background-image: url("https://www.aaa.com/content/dam/www/program/images/q1-2015- 
    newsletter-banner-copy.jpg") ; 
    position:relative;
    height: 150px; 
} 

0 个答案:

没有答案