我已经为我的要点创建了一个带背景的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>
答案 0 :(得分:0)
您必须将背景图像上传到imgur.com
(或任何图片托管服务)等服务,并从那里引用bg图像,或者将图像正确嵌入您发送的邮件中。否则,请参考机器本地的图像。