Hi there.
I am very new to CKeditor here ( I Am using Ckeditor 3.x), I am trying to set the width of the text field. How do I do this?
Thanks in advance!
I am very new to CKeditor here ( I Am using Ckeditor 3.x), I am trying to set the width of the text field. How do I do this?
Thanks in advance!

Re: Set size of textfield
Re: Set size of textfield
Re: Set size of textfield
http://docs.cksource.com/CKEditor_3.x/D ... igurations
CKEDITOR.replace( 'myeditor1', { width: '500px', height: '200px' });Re: Set size of textfield