Lotus notes html email problem

这一生的挚爱 提交于 2020-02-25 09:52:11

问题


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: http://i.stack.imgur.com/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


回答1:


Eu tive vários problemas com o NOTES recentemente e fiz várias pesquisas na internet sobre o assunto.

Referencia do problema: https://www-304.ibm.com/support/docview.wss?uid=swg21222378

Possível solução: http://www.templatekit.com/lotusnotes1.php

Eu tive sucesso retirando a tabela e fazendo um HTML estremamente simples: (sem tabelas)

Thanks!


Translation (using Google Translate):

I had several problems with the NOTES recently and did a lot of internet research on the subject.

Reference of the problem: https://www-304.ibm.com/support/docview.wss?uid=swg21222378

Possible solution: http://www.templatekit.com/lotusnotes1.php

I've had success removing the table and doing a very simple HTML (without tables)

Thanks!




回答2:


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.




回答3:


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.




回答4:


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.



来源:https://stackoverflow.com/questions/5632459/lotus-notes-html-email-problem

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!