I had a similar issue where the FCKeditor was removing carriage returns: viewtopic.php?f=6&t=14351
I was able to modify the Javascript code to fix this.
Now the problem is the FCKeditor is removing HTML, HEAD and BODY tags.
So for example if I type this into the Source view:
<html> <head> </head> <body>test </body> <html>
Re: How to prevent FCKeditor from removing HTML, HEAD and BODY?
What i mean is something along those lines (untested, code is just to give you some ideas):
Re: How to prevent FCKeditor from removing HTML, HEAD and BODY?
Re: How to prevent FCKeditor from removing HTML, HEAD and BODY?
That did it. Thanks a lot for your help.
Joe