You can not specify width and hieght in your input and expect work fine with CKEDITOR.Beacause it wont adjust height and width of CKEDitor
To specify height and width of of a CKEDiTOR
field use this code in your css
.cke_contents{
height: 400px !important;
width: 550px !important;
}
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment