my html
<td colspan="2" align="left" background="http://www.designersukkahs.com/emails/images/email_07.gif" style="font-size:10px; color:#FFFFFF; line-height:100%; font-family:arial;"><span class="white">text </span><span class="text"><a href="http://www.designersukkahs.com/?acp=7400" class="white">linked text</a></span><span class="white"> <br>
more text<br>
more text<br>
more text<br>
more text </span></td>
my css style:
.white {
font-family: arial;
font-size: 13.71px;
line-height: 20px;
color: #FFFFFF;
background-image: url(http://www.designersukkahs.com/emails/images/email2_08.gif);
}
You need to attach the image to that email, or try to send the email with the background path like this:
background = "http://www.aaaa.com/images/xxxx.jpg"
Try to user a full path not relative.
If you continue with this problem, paste your code.
Thanks