when i enter code using FCKeditor it changes all my quotes to: "\"e;
so, this:
[tt]<object height="340" width="560">[/tt]
becomes:
[tt]<object height="\"340\"" width="\"560\"">[/tt]
i found a lot of talk about this on the internets but nothing worked for me. in fckconfig.js i tried setting
[tt]FCKConfig.ProcessHTMLEntities = false ;[/tt]
to no avail. weirdly it works fine on my local testing server (wamp) running it on gaddady server it fails. so the theory that i need to turn off magic quotes in php made some sense. i couldnt get that to work - maybe doing it wrong? i just added
[tt]magic_quotes_gpc = Off[/tt]
to php.ini and no change. that file lives in the main directory but my pages are in a subdirectory, if that matters.
any ideas?
so, this:
[tt]<object height="340" width="560">[/tt]
becomes:
[tt]<object height="\"340\"" width="\"560\"">[/tt]
i found a lot of talk about this on the internets but nothing worked for me. in fckconfig.js i tried setting
[tt]FCKConfig.ProcessHTMLEntities = false ;[/tt]
to no avail. weirdly it works fine on my local testing server (wamp) running it on gaddady server it fails. so the theory that i need to turn off magic quotes in php made some sense. i couldnt get that to work - maybe doing it wrong? i just added
[tt]magic_quotes_gpc = Off[/tt]
to php.ini and no change. that file lives in the main directory but my pages are in a subdirectory, if that matters.
any ideas?