Hi,
I'm new to CKEditor and I'm having the following problem...
Below is the setup of the CKEditor instance populated with the contents of the variable page
The contents of the page variable contains a textarea field so the browser output is like this...
What happens is that the browser (IE7 or Firefox 3.6.11) assumes the first </textarea> is closing the first <textarea> which it isn't - this obviously causes problems.
Any help would be appreciated.
Thanks
Eoin
I'm new to CKEditor and I'm having the following problem...
Below is the setup of the CKEditor instance populated with the contents of the variable page
<textarea class="jquery_ckeditor" name="page"><?php echo "$page"; ?></textarea>
The contents of the page variable contains a textarea field so the browser output is like this...
<textarea class="jquery_ckeditor" name="page"><textarea>Hello World</textarea></textarea>
What happens is that the browser (IE7 or Firefox 3.6.11) assumes the first </textarea> is closing the first <textarea> which it isn't - this obviously causes problems.
Any help would be appreciated.
Thanks
Eoin
Re: Textarea fields in forms
Re: Textarea fields in forms
Thanks a million Zanpakutō - I'm good to go now
Eoin