I currently have the ckeditor installed and working well for the most part on my 'textarea' regions.
As an editor, it gives you the ability to put a table in to the text area...in a similar way to the text editor used by this forum.
I can then go into the source within the textarea and add a class to the table to style it.
Saving it from this source view results in the table appearing on the page styled correctly. However, if I go back into the page to edit it, the text editor overrides the previous styling, removing the class from the <table> and if I save again the styling disappears from the page.
Is there a way of getting the ckeditor to retain classes that you add in the source
or
is there a better editor to use that would do this?
Thanks