I have a problem with FF/ FCKEditor 2.4.3. FCKEditor does not preserve some HTML Entities. I have two possibilities.
I wrote my own connector. I am using FCK.SetHTML( sFileContents ) ; to set the html contents.
When sFileContents contains this:
" "
FCKeditor will either convert both to " or both to " when saving depending on the ProcessHTMLEntities setting.
Isn't it possible to get FCKeditor not to be as transparent as possible?
I wrote my own connector. I am using FCK.SetHTML( sFileContents ) ; to set the html contents.
When sFileContents contains this:
" "
FCKeditor will either convert both to " or both to " when saving depending on the ProcessHTMLEntities setting.
Isn't it possible to get FCKeditor not to be as transparent as possible?