Hi,
We are having problem with using few HTML tags in FCKEditor. Those tags are : <head></head> ,<title></title>. When using these tags we are getting a blank screen and the text written inside these tags gets disappeared.
We are having problem with using few HTML tags in FCKEditor. Those tags are : <head></head> ,<title></title>. When using these tags we are getting a blank screen and the text written inside these tags gets disappeared.

Re: Editor Stripping HTML Tags
Re: Editor Stripping HTML Tags
I've tried and tested this, the only thing it leaves behind is meta in that is above /head.
I think what people want, is to have FCKe leave <head><body> and so on as well as the closing tags at the end.
I
Re: Editor Stripping HTML Tags
UPDATE:
The fix is here somewhere - but it goes like this ...
by opening and editing your fckconfig.js find the line that reads "FCKConfig.DocType = '' ;" and insert a blank line after it, then on the next line, insert this
Works now for me, and I can add scripts between <head> and so on - even add code to <body...>
I
Re: Editor Stripping HTML Tags
I will try this fix thankyou. Thanks FCK and team for the hard work and GPL release. Just wish these bugs with firefox were all fully addressed as im not a programmer and have very limited knowledge of javascript and can just about manage editing php. Im a designer who seems to be frequently needing a programmers knowledge to get my sites working properly ... if only.
Seems fck is rated better than the similar TinyMCE. Any idea which files i dont need to get this to still work on windows iis server with php environment just to make it a little lighter? Language files can go i suppose. Hey at least its not as big and complicated as joomla.