找出几乎两封相同的 HTML 电子邮件之间的差异

发布于 2024-10-21 01:18:39 字数 414 浏览 0 评论 0原文

这让我很困惑。我有这两封电子邮件(如下)。一种有侧边栏,一种没有侧边栏。带有侧边栏的,在 Gmail 中接收时格式正确。没有侧边栏的则不是。它会丢失背景颜色和其他一些格式等。在浏览器中显示它效果很好。

我的问题是,我需要对没有侧边栏的电子邮件进行哪些更改才能使其正确显示?

带侧边栏的电子邮件:正确显示

http://pastie.org/1648139.js

不带侧边栏的电子邮件:显示不正确。

http://pastie.org/1648144.js

需要帮助发现问题。 谢谢!

This has me perplexed. I have these two emails (below). One with a sidebar, and one without a sidebar. The one with sidebar, is formatted correctly when it is received in gmail. The one without sidebar is not. It loses background color and some other formatting, etc. Displaying it in broswer works fine.

My question is what do i need to change on the email without sidebar to have it show correctly?

Email with sidebar: shows correctly

http://pastie.org/1648139.js

Email without sidebar: shows incorrectly.

http://pastie.org/1648144.js

Need help spotting the issue.
Thanks!

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

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

发布评论

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

评论(1

奢华的一滴泪 2024-10-28 01:18:39

您已删除此行:

document.write("                                <span class=\'meta meta_tag meta_tag_inline meta_tag_inline_any meta_tag_inline_any_html\'></<span class=\'entity entity_name entity_name_tag entity_name_tag_inline entity_name_tag_inline_any entity_name_tag_inline_any_html\'>table<\/span>><\/span>\n");

将其添加到第 128 行之后的新文件中

作为旁注,查看电子邮件的最终 html 输出会更容易,并且您不会得到如此负面的反应。

You have deleted this line:

document.write("                                <span class=\'meta meta_tag meta_tag_inline meta_tag_inline_any meta_tag_inline_any_html\'></<span class=\'entity entity_name entity_name_tag entity_name_tag_inline entity_name_tag_inline_any entity_name_tag_inline_any_html\'>table<\/span>><\/span>\n");

Add it in the new file after line 128

As a side note, it would be much easier to review the final html output of the emails and you wouldn't get such a negative reaction.

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