Hi All,
When I do FCKConfig.FullPage = true in fckconfig.js, the "fck_editorarea.css" file is not included, because I see the style from fck_editorarea.css are not reflected to the content inside text area.
But when I do FCKConfig.FullPage = false, the styles are reflected correctly.
Can anybody please help me how to solve this?
When I do FCKConfig.FullPage = true in fckconfig.js, the "fck_editorarea.css" file is not included, because I see the style from fck_editorarea.css are not reflected to the content inside text area.
But when I do FCKConfig.FullPage = false, the styles are reflected correctly.
Can anybody please help me how to solve this?
Re: 'FullPage' option does not include "fck_editorarea.css&
If you are using FullPage, it means that you take care of everything in the document. if it wouldn't be that way, when it's saved your page would be lacking a reference to the stylesheet and would look awful.