Hi,
I'm trying to display text loaded from a database. This text is already
html-formatted.
However, when i pass this text to the page renderer, it does not recognize
the html
tags in the text. So the tags are displayed along with the text content.
How do I let the renderer know that what I'm passing is an html-formatted
string
so that the renderer will use the tags in the string.
Regards,
Eric