I am needing to display some text on my form which has some older HTML tags, e.g. FONT, and other HTML tags.
The radlabel does not display the HTML properly even when wrapped in "<HTML>". However, if I set the value of the radmarkupeditor to the HTML, it is displayed properly. In fact, when I hit APPLY, it actually converts the older tags to more compliant versions, ala SPAN tags with STYLE attributes.
How can I get the label to display the HTML properly? Or which control does the radmarkupeditor take advantage of? Or can I call the internal "convert" method somehow?
Please advise!
The radlabel does not display the HTML properly even when wrapped in "<HTML>". However, if I set the value of the radmarkupeditor to the HTML, it is displayed properly. In fact, when I hit APPLY, it actually converts the older tags to more compliant versions, ala SPAN tags with STYLE attributes.
How can I get the label to display the HTML properly? Or which control does the radmarkupeditor take advantage of? Or can I call the internal "convert" method somehow?
Please advise!