Hi everyone!
I use wp_editor function to make it for textarea edit:
wp_editor($myval, "myid", array(
'teeny' => true,
'textarea_name' => "myname"
));
, textarea in html goes after label for it and also inside li element. But wp_editor makes tinymce editor before li, outside of lebel etc. Is it possible to make wp_editor tinymce as usual element?
[ Moved to: how-to and troubleshooting ]