Our form has a table with fixed width cells totalling 629 pixels. One cell contains only a richtext field. The RTF is used as a place to attach files.
For a typical document, the Notes client shows a table with fixed width totaling 629 pixels. In the table is a richtext field with three files attached in the RTF. Nothing else is in the RTF. The document displays correctly.
On the web this displays indented a full screenful to the right! Domino generates this HTML: (I substituted “unid” and the like for the long hex numbers):
No, it is left-aligned without first-line indent or hanging indent. It has nothing in it except some attached files. On the Notes Client the attachment icons display just as expected, left-justified in their cell.
I too have been very frustrated with this problem for some time, but today, something I read in one of the forum responses caused me to try again to solve this. Another Simon said that maybe there’s another line in the form that’s not pass-thru HTML.
I looked in my form, and the only non-pass-thru lines I could find were hidden from Notes, from Web, and from Mobile, so I thought it can’t be that. But I tried converting it to pass-thru anyway, and that fixed it!