【发布时间】:2020-02-14 06:22:45
【问题描述】:
出于电子邮件模板的目的,我需要在<table> 中实现背景图像,并在图像上包含文本。现在我试过了:
https://*.com/a/15620571/6191987
<!--[if gte mso 9]>
<v:background xmlns:v="urn:schemas-microsoft-com:vml" fill="t">
<v:fill type="tile" src="http://i.imgur.com/n8Q6f.png" color="#f6f6f6"/>
</v:background>
<![endif]-->
最新版本的 MS Outlook (Version 16005.11029.20108.0 & Version 1908 Build 11929.20562) 无法使用,
但在旧版本上工作正常。
有什么新方法可以解决这个问题吗?
【问题讨论】: