I'm having some problems with CKEditor filtering my full-HTML code on a Drupal Webpage.
A couple of examples:
First, text alignment. CKEditor's 'class="rtecenter"' doesn't work in Drupal. (A fix for this would help too). I change it to 'align="center"' in source view, but when I go back to the editor it gets rid of that (and goes back to just <p>Text</p>.
Second, embedded links. In this case, it's Google's PicasaWeb slideshows. When I paste the embed code into source view and then switch to editor view, my embed code gets heavily filtered and stops working.
How do I turn off these filters, or fix them so they don't make these changes?
CKEditor has a function
CKEditor has a function called Advanced Content Filter. Please read up on it. Drupal's toolbar is tied to ACF, so if you don't have aligment buttons in the toolbar, ACF will strip out alignment code.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!