Errors in displaying background image in outlook

Hi,
I am creating an email template using salesforce. When I try to send a test email to an outlook account the image breaks. I have tried using vml code but it is not working either. I have used the word imagelink for reference.

Following is my code :

<table background="imagelink" background-position="" border="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></div>
    <div style="line-height: 100%;">
     <span style="font-size:30px;">
      <b>
       <span style="color:#000000;">
        <span style="font-family:georgia,serif;">Welcome Home!</span>.               
       </span> 
      </b>
     </span>
    </div>
   </td>
   <td height="60" width="50"></td>
  </tr>
</table> 

Read the articles at campaign monitor as they usually have the best methods with the best chance of rendering.

However nothing is taken for granted as far as html email go and background images are poorly supported.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.