Hi,
When I enter some content in the source mode with DIV that have attributes, most are lost when switching back and forth to source mode.
For example:
<div style="margin-left:48px;color:#e90000;font-size : 32px;" class="seizebold">solide</div>
Becomes
<div style="margin-left:48px">solide</div>
Anyone know how to fix that ?
THANKS !

Mode for DIV
Also, in order to have the DIV supported, I switched the mode with
CKEDITOR.config.enterMode=CKEDITOR.ENTER_DIV;
Martin
If you are using CKEditor 4.1
If you are using CKEditor 4.1, you should probably adjust your Advanced Content Filter settings. See more information here and in the links mentioned in that release post.
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!