Hi i should know how to do this but am struggling right now. In the backoffice i have a simple text string where the content editors would like to enter some basic html ... line breaks <br /> .... but on the front end it shows the text <br /> instead of it being html.
I do have the Umbraco Core Property Editor Converters installed and cant figure out what i am doing wrong
Render HTML from text box
Hi i should know how to do this but am struggling right now. In the backoffice i have a simple text string where the content editors would like to enter some basic html ... line breaks <br /> .... but on the front end it shows the text <br /> instead of it being html.
I do have the Umbraco Core Property Editor Converters installed and cant figure out what i am doing wrong
Neither of the above code works
Am using umbraco 6.1.6
You need @Html.Raw, e.g.
I know this .... just having a bad day :) thanks Jeavon
No worries, hope your day got better :-)
is working on a reply...