This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
We have an Xpages app that uses the 8.5.1 rich text editor. Documents are created in the browser and then an agent creates a mail message from the content and sends it. The rich text field must contain colored text and some bold formating. Lines of text must be separated by at least one line.
When saved and viewed in a browser, all is fine. However, when the message arrives in the Notes client, the line spacing is lost. Upon viewing the html source, I discovered that the code contained a &nbso between a set of <DIV> tags for each empty line. If I open the document up in the browser in edit mode, sure enough, there is a space there.
Here's the source from the browser:
<div> </div><div>This is line one.<font color="#0000ff"><br><br></font>This is line 2 with 3 lines below.</div><div> </div><div> </div><div><font style="background-color: rgb(255, 255, 0);" color="#ff0000">Line 3</font></div><div> </div><div> </div><div>Line 4</div><div> </div><div> </div>
I can return to the document and since I know know the space is there, I can delete it. The source then replaces the <div> </div> with <div><br></div>. This works when the message is displayed in the Notes client.
Does anyone know how to prevent this or any advice for a fix?
Thanks.
Feedback number WEBB8C7RY7 created by ~Pippy Cisaterings on 12/16/2010
Status: Open
Comments: