Hi,
when I disable the EnableStripStyleTagsCodeInjection funcion
"Editor.EnableStripStyleTagsCodeInjection = false"
I have the folowing problem.
When I submit the the text, I get some CDATA tage in my style which I don't want.
Browsers can't hande this cdata tag in a style object
------------------
<style type="text/css"><![CDATA[
.blaat{
width:100px;
}
]]></style>
------------------
does anyone have a solution for my problem?