I'm using FCKeditor for php
Than I add a textarea to FCKeditor and save it FCKeditor automatically add a closing tag for the body and html (</body></html>) into textarea.
For example when i add this code:
<textarea id="enquiry" rows="7" cols="52" name="enquiry">
</textarea>
Than I save page change to this:
<textarea id="enquiry" rows="7" cols="52" name="enquiry"></body></html></textarea></td>
FCKeditor Version 2.5.1
FCKeditor VersionBuild 17566
How to solve this problem?
Than I add a textarea to FCKeditor and save it FCKeditor automatically add a closing tag for the body and html (</body></html>) into textarea.
For example when i add this code:
<textarea id="enquiry" rows="7" cols="52" name="enquiry">
</textarea>
Than I save page change to this:
<textarea id="enquiry" rows="7" cols="52" name="enquiry"></body></html></textarea></td>
FCKeditor Version 2.5.1
FCKeditor VersionBuild 17566
How to solve this problem?
Re: Error than using textarea (adding "&lt;/body&gt
I am using FCK with WordPress (both are the newest versions).
Each time when I save a page where there is a textarea in a form, it adds closing tags for body and html to the textarea. On firefox it breaks my entire editor layout.
However, it seems that page is saved before the bogus text is added. Only after any subsequent saves it gets broken.
Any ideas?
Thanks!
Re: Error than using textarea (adding "&lt;/body&gt