Hi,
The <a href="http://www.fckeditor.net/" target="_blank">http://www.fckeditor.net/</a> site states the editor can edit a complete HTML page from the start <html> to the end </html>. I can't seem to find how to do this.
I would like to be able to have the FCKeditor create the content for a HTML email and not have to add the <html> and <body> tags.
If someone could point me in the right direction I will be a very happy coder.
Thanks in advance
RE: Complete page editing (from <HTML> to </H
RE: Complete page editing (from <HTML> to </HTML>
FCKConfig.FullPage = true ;
Cheers
RE: Complete page editing (from <HTML> to </H