Is there a way to set the height of CKEditor 3.0 to a percentage, such as 100%, such that it takes up the whole window?
I am currently using absolute values, but the
Put this property in your css config file:
.cke_reset{ min-height: 200px; }