I'm trying to set the display attribute in IE to "none" in the editor textarea and it doesn't seem to work. If you click the source button and manually edit a span with display:none in IE it won't apply to the span:
It works in FF but not in IE. I noticed this was an issue in FCKEditor and you could execute a command to fix it. Is there something like this in CKEditor? Thanks for your help.
<span style="display:none;">example</span>
It works in FF but not in IE. I noticed this was an issue in FCKEditor and you could execute a command to fix it. Is there something like this in CKEditor? Thanks for your help.