I find Visual tab doesn’t have enough depth, I change the height to an arbitrary value using the following function in functions.php
function wptiny($initArray){
$initArray[‘height’] = ‘300px’;
return $initArray;
}
add_filter(‘tiny_mce_before_init’, ‘wptiny’);
me neither.
Can somebody help us?