By default, FCKeditor is set to edit pieces of HTML to be used on pages. This is the most common usage of the editor.
However, in many situations, we want to give users the ability of editing entire pages, from <html> to </html>. To do that, just set the "FullPage" configuration option to "true".
Example:
FCKConfig.FullPage = true ;