I tried to give a table an id in a CK Editor text area box. As in "<table id="whatever" border="1"...." etc
It seems to save my code, so I can make CSS changes based on the id, but when I reopen the text area box in CK Editor, it erases the change I made.
This makes CK Editor absolutely useless.
Hm, I'm new to CKEditor but
Hm, I'm new to CKEditor but it seems somewhat odd that the editor saves something which it won't open again. Are you sure about that?
Finally figured it out
Yes, CK Editor does eat your code. Try it. And then use this fix which I found after about an hour of searching and reading the 'documentation'. Add it to the Config.js file and it will let you add stuff to your code and won't remove it.
CKEDITOR.config.allowedContent = true;
Id look into filter disabling
Id look into filter disabling.
------------------------------------------------------------------------------------------------------------------------------
did you know that you need to post three posts to open a new support post? Whats the point of having a support section.