我正在制作带有背景图片的HTML电子邮件。现在,我无法在outlook中显示背景图片。我尝试了http://backgrounds.cm/的“防弹背景图片”,但还没有成功。
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Hello</title>
</head>
<body style="background: url(https://raw2.github.com/dman777/icons/master/full_size.png);">
<table class="body" style="background: url(https://raw2.github.com/dman777/icons/master/full_size.png)">
<div style="background-color:#7bceeb;">
<!--[if gte mso 9]>
<v:background xmlns:v="urn:schemas-microsoft-com:vml" fill="t">
<v:fill type="tile" src="https://raw2.github.com/dman777/icons/master/full_size.png" color="#7bceeb"/>
</v:background>
<![endif]-->
<table height="100%" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td valign="top" align="left" background="https://raw2.github.com/dman777/icons/master/full_size.png">
</td>
</tr>
</table>
</div>
</table>
</body>
</html>
答案 0 :(得分:2)
答案 1 :(得分:1)
Outlook / Outlook.com不支持背景图片。