I have created an umbraco website. In one of my document types one of the fields is HTML, I want to be able to put HTML in the backend of Umbraco and then pull that out on the front end.
I'm using umbraco 7, I am currently putting the HTML in to a multiline Text Box, the text box is saving the HTML but when I try and put it out in the front end its printing the HTML code to the screen.
What is the best way to do this, and if I want to have a HTML editor in the backend how do I do this, I don't see HTML editor as a datatype for a field.
HTML editor VS Multiline Text Box
Hey guys,
I have created an umbraco website. In one of my document types one of the fields is HTML, I want to be able to put HTML in the backend of Umbraco and then pull that out on the front end.
I'm using umbraco 7, I am currently putting the HTML in to a multiline Text Box, the text box is saving the HTML but when I try and put it out in the front end its printing the HTML code to the screen.
What is the best way to do this, and if I want to have a HTML editor in the backend how do I do this, I don't see HTML editor as a datatype for a field.
Any ideas?
Use
You could also try this:
Jeroen
is working on a reply...