gpt4 book ai didi

css - 在电子邮件模板中使用绝对/相对位置

转载 作者:太空宇宙 更新时间:2023-11-03 20:28:32 25 4
gpt4 key购买 nike

我正在尝试将绝对/相对位置应用于电子邮件中的图像。跨度内有一张图片需要绝对定位以保持段落的行高。

这是我要完成的工作的图片。 enter image description here

我了解到在电子邮件模板中不能使用绝对和相对定位,是否可以在不使用绝对定位的情况下修复图像定位。

最佳答案

position CSS property has very poor support in email clients ,甚至那些被认为具有不错的 CSS 支持的。

最好的办法是尝试否定图像的 line-height,像这样:

<p style="margin: 0 0 10px; line-height: 130%;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquam dictum varius. Integer mollis, elit nec commodo elementum, justo nunc faucibus lectus. <img src="" style="display: inline; mso-line-height-rule:exactly; line-height: 0;">

行高因字体而异,电子邮件客户端对 line-height 的处理方式略有不同。这并不完美,但它会让您更接近上面的屏幕截图。

关于css - 在电子邮件模板中使用绝对/相对位置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47913210/

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