Color cell in notes mail through lotus script

Hi,Using notesnavigator,tichtext style,richtextitem functions of lotus script we are generating a mail . That is in form of a table. Though using the notescolor function we are able to change color of text , we are not able to find function that would let us color cells of the table based on the content of cell.

Like for 0 we would want cell to be of RED color and for greater than 0 , cell to be in BLUE color.

How can this be achieved?

Thanks

Subject: Might not be easy to do…

A scan of the 6/7 forum suggests you might need to use a third party tool. Alternatively, you could try creating the table as HTML and use CSS to control the cell formatting.