Good day to everyone
I am using the HTML CKEDITOR to store in a field called “comments” HTML code.
The field is perfectly stored but I don’t know how to show this piece of information to the user.
If I use a text field, the user see something like that:
"
Title of the comment
This is a comment … blah blah"
If I use an HTML field, the user sees an awful scrollbar with the text correctly formatted inside (like an iframe).
Do you know what is the correct method to show HTML content to the user ?
Thanks so much !!