Lotus Notes html 电子邮件问题

发布于 2024-10-31 21:19:07 字数 500 浏览 2 评论 0原文

我已经制作了一封 html 电子邮件,但不幸的是,我的客户使用 Lotus 6.5,它渲染 css 和其他内容的效果很差。现在我已经修复了大部分问题,除了一个问题,它在底部产生了巨大的间距。当你在Lotus Notes中查看它时,它几乎就像一个
,但是当我在表格内放入border=1时,它产生了一些空心的间距。有人遇到过这种情况吗?

这是截图: https://i.sstatic.net/Nlss8.png

作为参考,这里是它应该做的看起来像: http://www.interfaceflor.asia/oi_buzz/apr/english.html

任何帮助将不胜感激。这让我发疯好几天了。谢谢。 :)

问候, 标记

I've made an html email but unfortunately, my client uses a lotus 6.5 which renders css and other stuffs poorly. Now I've fixed most of it, except for one problem, it generated a huge spacing in the bottom part. It almost like a
when you look at it in Lotus notes but when i put in a border=1 inside the table, it produced a somewhat hollow spacing. Anyone one encountered this?

Heres a screenshot:
https://i.sstatic.net/Nlss8.png

For reference, here is what it should look like:
http://www.interfaceflor.asia/oi_buzz/apr/english.html

Any help would be appreciated. Its making me nuts for days now. Thanks. :)

Regards,
Mark

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

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

发布评论

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

评论(3

鲸落 2024-11-07 21:19:07

嗯,问题可能出在 Lotus Notes,而不是您的代码。在渲染 HTML 电子邮件时,Notes 存在很多问题且不标准。

我的建议是,如果你想让 CSS 正确渲染,就不要使用 CSS。使用表格和图像大小来控制间距。

或者只是向客户解释,只要他们使用 2005 年的电子邮件客户端,他们就需要接受这些不一致。

如果您也可以分享一些代码,我们也许可以更具体。

Well, the problem is likely Lotus Notes here and not your code. Notes is very buggy and non-standard when it comes to rendering HTML emails.

My advice is to stay away from using CSS if you want to have it render correctly. Use tables and perhaps image sizes to control spacing.

Or just explain to the client they need to accept these inconsistencies as long as they are using an email client from 2005.

If you can share some code too we might be able to be more specific.

驱逐舰岛风号 2024-11-07 21:19:07

Lotus Notes 无法显示小于 5 像素的边框。如果您需要 1px 边框,可以将线条保存为图像,然后使用它。

Lotus Notes can't display a border small than 5 pixels. If you need a 1px border, you can save the line as an image, and use that instead.

时光磨忆 2024-11-07 21:19:07

Lotus Notes 也删除了我的 HTML 电子邮件中的所有 CSS。我包括了外部样式、嵌入样式和内联样式。大多数电子邮件客户端至少通常遵循内联样式。 Notes 对我的所有 CSS 都有其他计划,即根本不使用它。该电子邮件在几乎所有其他电子邮件客户端中看起来都很棒。

我的建议是使用尽可能多的 HTML 文本编写可靠的、语义正确的代码。这样,客户至少有望能够阅读您的内容。最重要的是,我建议在页面顶部添加一个清晰的“仅限网络版本”链接。大多数电子邮件营销服务(Constant Contact、Createsend 等)都会为您提供此选项。这是客户能够按照预期看到的布局的可靠方式。不幸的是,这不是最灵活、最理想的解决方案。

Lotus Notes has been stripping all CSS in my HTML emails as well. I have included external style, embedded style and inline style. Most email clients at least honor inline style typcially. Notes has other plans in mind for all of my CSS, namely, not using it at all. The email looks great in nearly every other email client.

My suggestion is to write solid, semantically correct code with as much HTML text as possible. That way, the client will hopefully be able to at least read your content. Most importantly, I would suggest including a clear "web only version" link at the top of the page. Most email marketing services (Constant Contact, Createsend, etc.) will offer you this option. This is a surefire way that the client will be able to see your layout as it was intended to be seen. Unfortunately, this isn't the slickest and most ideal solution.

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