I have a DCT in which I have text and textarea fields. Textarea is having tinyMCE as editor.
I capture text and image in textarea. I am entering following values in text field
[html]Business Interiors by Fields
FM [/html]
When I see the preview of this DCR, I get following output.
[html]Business Interiors by Fields
FM [/html]
I understand that second line will be displayed like as is from tinyMCE textarea, if I dont use HTML format in TinyMCE. But why does it appear like this for the textfield ? Why does it display all tags, instead of superscript form ? I checked source code and it displays as follows.[html]
Business Interiors by Fields<span style="font-size: 60%; text-align: top;"><sup>FM</sup></span>
[/html]
Why does CMS convert "<" and ">" tags to "<" and ">" ?
Below is the code from PT that generates this Heading output. Its in XSL on which I have little experience.
[html]
[/html]
How to get rid of this problem ? How to make sure thattext field is displaed in HTML form ?