Hi all,
could you please tell me, how to disable html code auto-formatting in FCKeditor?
For instance, i type the following:
<span class="text10">
After pushing the "save" button and reopen this code, I can see it is saved as:
<span class="\"text10\"">
Thanks,
Poul
could you please tell me, how to disable html code auto-formatting in FCKeditor?
For instance, i type the following:
<span class="text10">
After pushing the "save" button and reopen this code, I can see it is saved as:
<span class="\"text10\"">
Thanks,
Poul
Re: html code autoformat
I've been asking this for months with no answer. See viewtopic.php?f=6&t=14613
It should not enter any characters within tags, only format between tags.
When will this be fixed or how to override?
Re: html code autoformat
If you use a plain textarea instead of FCKeditor and put there that html code you'll see that this is due to the configuration of magic quotes (or related settings) in your server.
Again, this question doesn't have any relationship with that topic.