or if you go into
wp-includes/default-filters.php
you can edit around line: 123
add_filter('the_content', 'wpautop');
and just comment that out with //
//add_filter('the_content', 'wpautop');
voila! no plug in overhead and no more <P> tags messing up your images