how to make textarea smaller?
This is not working
<config.js>
CKEDITOR.editorConfig = function( config )
{
config.width = '800px';
config.height = '500px';
};
This is not working
<config.js>
CKEDITOR.editorConfig = function( config )
{
config.width = '800px';
config.height = '500px';
};