Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi Guys,
Can someone explains how do i get to render HTML tag from RTE?
I need to display text from my RTE something like
Hello there <br/> bla bla bla
But here by <br/> tag gets removed all the time. Any idea why ? Here is how my code looks like
@:{image : '@slide.umbracoFile', title : '@slide.GetProperty("slideshowHeading")'},
Tried that as well but nothing
@:{image : '@slide.umbracoFile', title : '<h1>@Html.Raw(slide.slideshowHeading)</h1>'},
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Rendering HTML tag from RTE
Hi Guys,
Can someone explains how do i get to render HTML tag from RTE?
I need to display text from my RTE something like
Hello there <br/> bla bla bla
But here by <br/> tag gets removed all the time. Any idea why ? Here is how my code looks like
Tried that as well but nothing
is working on a reply...