i'am using fckeditor inside an asp.net web app and if i set the editorAreaCSS through the tag, the css only applies on initial load of the html editor,,,, after switching to source view then switching back to HTML view... the editorAreaCSS is not getting applied to the editor anymore
but if i set the editorAreaCSS using the fckconfig.js file everything works correctly
<FCKeditorV2:FCKeditor ID="ContentHTMLEditor" runat="server" DefaultLanguage="en" AutoDetectLanguage="false" BasePath="~\fckeditor\" EditorAreaCSS="../fckeditor/editor/css/fck_editorarea_for_pagemanager.css" ></FCKeditorV2:FCKeditor>
but if i set the editorAreaCSS using the fckconfig.js file everything works correctly
FCKConfig.EditorAreaCSS = FCKConfig.BasePath + 'css/fck_editorarea.css' ;