Hi,
I just can't get a correct display of a form element in
CKeditor.
The submit and reset buttons are displayed at the bottom of my
page and out of the editor.
I use blocks display plugin and I noticed that the dashed line
all around the form is red. So I guess CKeditor encountered pb
whith the form element, nevertheless I made it the simpliest it
can be (no fieldset or javascript).
So is CKeditor able to display properly a form element ?
Thanks.
Wed, 11/25/2009 - 09:16
#1
Re: Is CKeditor able to display a form element ?
CKEDITOR leaves the following HTML (the submit button is displayed outside of CKEDITOR):
I tested this and this behavior is in IE8, Firefox 3.5, Chrome 4
Can anybody help?
Re: Is CKeditor able to display a form element ?
run your page through http://validator.w3.org/ and you'll see that you must escape the contents of the textarea.
Re: Is CKeditor able to display a form element ?