We are running TeamSite 7.1 and LiveSite, on Windows Server 2003 machines. While building components in LiveSite, we are seeing odd behavior from TinyMCE textareas. After content is entered into the TinyMCE editor area, the component is displaying the content with the HTML escaped. So if
This is some test text, just pretend it
was entered into a TinyMCE textarea :-p
is entered into the textarea, the component is displaying
[html]
This is some text, just pretend it
<br>
<br>
was entered into a TinyMCE textarea :-p
[/html]
verbatim. Any ideas on how I can keep this from happening?