Hi shawnkltucker,
Thanks alot it worked pretty nice. Now i just need to figure out the CSS for the Visual/HTML tabs.
It’s pretty nice, I see what you mean 🙂
Thanks!
Ok, I found all the answers I needed in this thread. I thank the others for sharing and saving my day. It’s really great to have people who care and help others.
Thanks
ok so far have tested this code and managed to get MCE load in the textarea. But I like it to be in advance mode like in post and pages. Any ideas ?
add_filter( ‘teeny_mce_before_init’, create_function( ‘$a’, ‘$a[“height”] = “400”; $a[“width”] = “600”; $a[“onpageload”] = “”; $a[“mode”] = “textareas”; $a[“editor_selector”] = “mceEditor”; return $a;’ ) );
wp_tiny_mce( true );
Thanks for any help