gpt4 book ai didi

html - 努力为所有邮件程序在 HTML 电子邮件中设置背景图片

转载 作者:行者123 更新时间:2023-11-28 16:12:31 28 4
gpt4 key购买 nike

我正在尝试在需要在 webmail 和 gmail 等程序中查看的 HTML 电子邮件中设置背景图片。

我读过其他教程,一般规则是不推荐,我在 body 标签中使用了背景,作为故障转移,在 table 标签中使用了相同的背景图像,因为一些程序剥离了 body 和 head tage来自电子邮件。

有没有办法在基于网络的程序和手机(如三星)上成功携带背景?

HTML

<body topmargin="10" leftmargin="0" bottomargin="20" background="images/background.jpg">

<!--first table contains failover background-->

<table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td background="images/background.jpg">
<center>
<table style="border: #FFF 4px solid;" width="600px" cellpadding="0" cellspacing="0">
<tr name="link-1">
<td align="center" valign="top">
<font style="font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;font-size:12px; color:#FFF;">CLICK HERE TO VIEW IN BROWSER</font>
</td>
</tr>

<!--THE REST OF THE MAIL THAT WORKS-->

</BODY>
</HTML>

最佳答案

如果你在 outlook 中使用背景图像有问题,你应该使用 VML

<v:image xmlns:v="urn:schemas-microsoft-com:vml" 
style='width:500px;height:500px;position:absolute;top:0;left:0;z-index:-1;'
src="yourImageUrl" />

关于html - 努力为所有邮件程序在 HTML 电子邮件中设置背景图片,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38127518/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com