1

我为我的要点创建了一个带有背景的 HTML。

我为它输入文字。当我将其发送到缺少整个背景的电子邮件地址时。

但是,当我取出文字时,它很好。项目符号点背景在那里。这几乎就像背景在前景中并掩盖了该文本。

以下是部分源代码:

<tr>
   <td width="600" valign="top" background="thanksgiving-template-bullets.jpg" height="250px" padding:40px="" name="thanksgiving-template-bullets.jpg" contentid="57e93b50-13b0bf80bae-b72427ac28f4177bd55290ce12678282" xt="SPIMAGE" spname="thanksgiving-template-bullets.jpg">
      <v:image xmlns:v="urn:schemas-microsoft-com:vml" id="theImage" style='behavior: url(#default#VML); display:inline-block; position:absolute; height:350px; width:600px; top:0; left:0; border:0; z-index:1;' src="<img%20src="thanksgiving-template-bullets.jpg" name="thanksgiving-template-bullets.jpg" contentid=57e93b50-13b0bf80bae-b72427ac28f4177bd55290ce12678282 xt="SPIMAGE" SPNAME="thanksgiving-template-bullets.jpg">"/>
      <v:shape xmlns:v="urn:schemas-microsoft-com:vml" id="theText" style='behavior: url(#default#VML); display:inline-block; position:absolute; height:254px; width:600px; top:0; left:0; border:0; z-index:2;'>
         <p style="font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#ffffff; font-weight:bold;"></p>
         <p style="padding:50px  100px 0 100px; font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#ffffff; padding:30px  000px 00px 100px;font-weight:bold;">This is </p>
         <p style="font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#ffffff;padding:00px  00px 00px 100px;font-weight:bold;">my list:</p>
         <ul style="font-family:Arial, Helvetica,sans-serif;font-size:12px; color:#ffffff; padding:00px  00px 00px 100px;line-height:32px; margin:15px 0 0 0;">
                    <li>List 1</li>
                    <li>List 2</li>
                    <li>List 3</li>
                    <li>List 4</li>
         </ul>
  </td>
</tr>
4

1 回答 1

0

您必须将背景图像上传到类似服务imgur.com(或任何图像托管服务)并从那里引用 bg 图像,或者将图像正确嵌入到您发送的消息中。否则,您指的是您机器本地的图像。

于 2012-11-18T18:20:08.093 回答