In Gecko, when the user selects an application in the list, a form is shown with all the necessary information about the application (Name, version, last updated, screenshot and finally: the description).
I would like to have the form display an HTML string that is stored in a table cell and displayed with all the basic formatting (bold, italic, color and URLs is all I need), like an advanced textbox, but not editable.
For example:
Hello! <B>This is a test </B> <BLUE>And I don't remember HTML well</BLUE>
would display
Hello! This is a test And I don't remember HTML well
Is this feasible?