0

When I send Html page by email using IE Page send By email option, then image is not appearing in email. I include image using inline css

This is my html code

<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>

This is my css code

.bg-image
{
    background-image: url("https://www.aaa.com/content/dam/www/program/images/q1-2015- 
    newsletter-banner-copy.jpg") ; 
    position:relative;
    height: 150px; 
} 
Pete
  • 57,112
  • 28
  • 117
  • 166
Kedar B
  • 774
  • 5
  • 18
  • 47

0 Answers0