I am using TextArea.htmlText with the intention of having certain lines formatted differently within the text. I have tried to add the html tags to force the necessary adjustments but when the text renders it is all formatted the same.
The formatting that I am attempting relates to header/detail type data where I want to have the header information display in larger text. Also wanting to have select information within the detail display in different colors.
The reason I am using TextArea.htmlText for the most part is for the scrolling control which I have figured out and have meet the requirement.
Is it possible to have complete control over the formatting of the data via htmlText? Is there another object that would suffice if this is not the suggested one?
Thanks in advance for any assistance.