Closed (fixed)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Jan 2010 at 03:53 UTC
Updated:
21 Jan 2010 at 03:50 UTC
Comments
Comment #1
Elteto commentedWhat is the input format of your content type? It is right under the "Body" block, where you type your text in. Click on the link "Input format", and see what it says.
Comment #2
jmcerda commentedInput Format = Full HTML
Comment #3
jmcerda commentedanyone have any suggestions?
Comment #4
wwalc commentedEven if using Full Html input format HTML code might be stripped, perhaps you are using there some filters that are stripping HTML code, like HTML purifier or something like that?
Comment #5
iori57 commentedI'm looking for answers for this issue as well, I'm using filtered html so that users can't run javascript on my site, but how to retain the styles set in the editor?
Comment #6
wwalc commented@iori57 - check HTML purifier
Comment #7
jmcerda commentedI was using the html filter. I just disabled all filters for the Full HTML input format. Thanks for your help.