hello,
i've been using FCKeditor for some years in my web-projects and love it very much.
however, since i wanted my users to design forms within FCKeditors, i've got a problem:
if a user inserts a textarea, it is saved and displayed correctly in my output. when the user wants to edit the form again in the CMS, everything after the textarea ist cut off, because the browser thinks the surrounding textarea (which is FCKeditor) is closed by the </textarea>-tag that was inserted by the user in the first time.
i'm using the ReplaceTextarea()-method to run FCKeditor. is there a way to solve this problem and using this method?
thanks a lot & greetings,
lola
i've been using FCKeditor for some years in my web-projects and love it very much.
however, since i wanted my users to design forms within FCKeditors, i've got a problem:
if a user inserts a textarea, it is saved and displayed correctly in my output. when the user wants to edit the form again in the CMS, everything after the textarea ist cut off, because the browser thinks the surrounding textarea (which is FCKeditor) is closed by the </textarea>-tag that was inserted by the user in the first time.
i'm using the ReplaceTextarea()-method to run FCKeditor. is there a way to solve this problem and using this method?
thanks a lot & greetings,
lola
Re: Textarea in textarea
Re: Textarea in textarea
i'm quite familiar with html, but escaping contents is new to me. i can only think of using < instead of <, but this would corrupt the code ...
thanks again,
lola
Re: Textarea in textarea
<textarea..>
<p>This is...