Page 1 of 1

fckeditor is not working properly

Posted: Wed Oct 29, 2008 1:21 am
by kalpesh
i am using fckeditor which is not working properly in shared web hosting.
I am trying with php5 .
I also try in php4 and its work fine.
The same thing i try in localhost which works properly.
But in shared web hosting it doesn't apply style formatting.
for eg.
<font color=/"#FFFFFF/">
and it's printed as it/'s
which i printed in file.
it takes default color, font-size,font-style.

please help me.
Thanks in advance.

Re: fckeditor is not working properly

Posted: Wed Oct 29, 2008 2:27 am
by requinix
I guess a good grasp of the English language is too much to ask for...

You probably have magic_quotes on. It's a setting in php.ini. Turn it off.

Re: fckeditor is not working properly

Posted: Wed Oct 29, 2008 3:27 am
by kalpesh
Thanks for reply.
Now its working.
I really appreciate u r help.
Thanks again.