New Line for Web and Notes client

Hi guys,I am developing a Lotus Notes agent which sends emails containing “News”.

Each of the news should appear in different lines. Example:

1.- News1

2.- News 2

3 - News 3

I am using the method addNewLine, from the NotesRichTextItem, to organise the information in different lines, and it works fine for the Notes client, but when I open the documents from INOTES it doesn’t work. In the other hand, if I use the
tag it works for iNotes but Not for the Notes client. The last option I chose was combining both options but it doesn’t look very well for the Notes Client (“Display the html tag as a text”).

Does anyone know any method or workaround which works for both cases?

Thanks a lot.

Jesus

Subject: New Line for Web and Notes client

I typically use both methods but use the pass thru html option and hide the web code from Notes - then it won’t display at all in Notes.

Subject: RE: New Line for Web and Notes client

Hi Patty,I really appreciate your response. I have just a question: How do you hide the web code from Notes?

Thanks a lot,

Jesus