【发布时间】:2017-07-16 02:21:03
【问题描述】:
我设置了background image in email templates。向Gmail 发送电子邮件但在yahoo 中打开电子邮件时工作正常。不显示背景图片。
在雅虎电子邮件中显示图像的任何特定设置。
在我的电子邮件模板代码下方。
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="background: url(http://domain.com/images/abc.jpg) top; background-size:cover;">
<div class="abc">
<p>Hello,</p>
<p></p>
<p>Welcome</p>
<p>Thanks</p>
</div>
</body>
</html>
任何人都有这方面的经验。
【问题讨论】: