如何允许 Gmail 邮件 HTML 中的图像重叠

发布于 2024-12-28 13:48:59 字数 193 浏览 0 评论 0原文

我正在发送一些 HTML 格式的邮件,其中显示属性图像及其当前状态。有一些三角形状态图像与主属性图像重叠,由于 Gmail 中不允许使用 MARGIN 样式属性,这些图像会变得扭曲。 PADDING 和 POSITION 等样式属性也不起作用。该邮件采用基于 HTML 表格的格式。

我只想将状态标签图像放置在属性图像的右下角。请帮助提供一些替代解决方案。

I'm sending some HTML formatted mails where I'm showing property images with their current statuses. There are some triangular status images overlapping to main property images which are getting distorted as MARGIN style property is not allowed in Gmail. Style properties like PADDING and POSITION are also not working. This mail is formatted in table based HTML.

I just want to place status tag images on to right bottom corner of the property images. Kindly help with some alternate solutions.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

驱逐舰岛风号 2025-01-04 13:48:59

您不能重叠前景图像,也不能使用多个背景图像。

您可以做的是使用背景图像,前景图像与它们重叠。

另一种选择是使用一个图像,并在状态发生变化时替换后端的图像。如果这种情况经常发生,您可以动态生成它们。

You can't overlap foreground images, and you can't use multiple background images.

What you can do is use background images, with foreground images overlapping them.

The other alternative is to use one image, and replace the image on the back end as the status changes. If this happens a lot, you could generate them dynamically.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文