Hi Thanks for you help but I am struggling to understand the conept.
Whether I htmlencode in the vb code behind on bind or in the IDE menu I get the same result = text written on page only.
As I said in the original post, I can encode and de encode the html and I then see either "<p>" or "<p> shown as text on the webpage.
My problem is that I cannot send this to the browser as html, it is as if the processing is being done too late. All I see on the webpage is text.
For instance I have embedded the TextEditor into my module and have added one of the standard dnn images to a ntext field in the database. i.e
which ever way (enocode or de encode) try to display this field in a web control on my page all I get is <img width="100" height="89" src="/Portals/25/DNNReview/Sample Verification Page.png" alt="" /> or the encoded version of this text.
The html isnt being rendered for some reason?
Sorry if this is a real dim question but I have gone code blind now from staring at the problem too long. I am obviously missing a simple part of the process.