Is it possible to configure/assign a css class to the body of the iframe of CKEditor 3.0 ?
I have an existing css file, where content areas have the classname "htmleditor". I want to use this css file, but the editor (iframe body) has no css classname, so my layout is not what I want.
If this is not possible, then I should rewrite my application and never use a default style, because default style is used by the editor. This is not so bad, though it is a lot of work. It would be nice if the editor could be assigned a class name.
For now I hacked ckeditor.js, like this:
<body class="htmleditor">'+D+'</body>
thanks
---------------
SmallCMS.NET now uses CKEditor 3.0, the smallest open source CMS in ASP.NET http://smallcms.net
Re: editor iframe body css class
You'll be able to do it when the BodyClass is migrated from 2.x
viewtopic.php?f=11&t=15466