If you want to use HTML in emails via Notes and Domino, you have to use MIME.
http://www.experts-exchang
Main Topics
Browse All TopicsGood afternoon,
I'm trying to send an email through Lotus Notes (using VBA), in HTML format.
I'm having trouble with managing tables, especially fixing the column width.
I have tried to use CSS styles, and regular HTML tags (width=50 for example), but Lotus Notes seems to keep ignoring them.
Has anybody encountered such an issue, and found a solution?
Thank you very much!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
If you want to use HTML in emails via Notes and Domino, you have to use MIME.
http://www.experts-exchang
Defining the width for each and every CELL is working, assuming that you are really careful about the sum of the cell width strictly equal to the table width...
I'll have a look at the MIME link.
In addition to that, I have trouble setting an hyperlink in my code.
Part of the link is "=51" (or any other 2 digits number) and Notes will apparently translate it into "P" or "Q" or any other character. So of course, my link is broken...
Any idea on the origin of the problem?
That's an encoding-issue, see for an explanation:
http://ask-leo.com/
It also depends on the header info that's sent with the mail. Try MIME...
Business Accounts
Answer for Membership
by: x-menPosted on 2009-11-03 at 02:32:59ID: 25727543
have you tried configuring a fixed with on the table, and % with on the columns?