CKEditor'ün config.js dosyasının içerisinde
config.allowedContent = true;
bu satırı ekleyin sorununuz çözülecektir.
Örnek:
 CKEDITOR.editorConfig = function( config ) {  config.allowedContent = true; };