Wordpress automatically generate lot of unwanted tags every where. Even the img tag also wrap by these t
img
I guess this will work fine-
function my_format_TinyMCE( $in ) { $in['wpautop'] = false; return $in; } add_filter( 'tiny_mce_before_init', 'my_format_TinyMCE' );