hello,
the source created by the FCK editor includes the html, head and body tags. I don't need these.
i don't think it did that in previous versions.
Does anybody know how to have it not generate this sample code ?
thank you,
alex
the source created by the FCK editor includes the html, head and body tags. I don't need these.
i don't think it did that in previous versions.
Does anybody know how to have it not generate this sample code ?
thank you,
alex

RE: remove html and body tags
SOLUTION
I checked the config file (fckconfig.js) and found the following setting:
FCKConfig.FullPage = true;
Set it to false and you will get rid of these tags!