Hi All,
I use HtmlEditor for user to type and add info and saved to database. I can see htmltags which endcoded and saved in database from htmleditor.
After retrieve from database, it should be decoded and work on web page as a html format. but it should not show with html tag.
Now on my page, html tags are included inside the text as below.
<font size="2">need to disable iner need to disable in </font>
Why?
I used sanitize already .
Please advice