Is there some way of preventing WP from inserting about 4 lines of blank space before and after an image inserted into a post? I've gone into the html tab and removed them, but every time I save the post, it puts them right back in again leaving a gap of white space above and below the image that I do not want.
This is the line of code it's inserting repeatedly:
<p><br class="spacer_" /></p>
It puts about 4 of these before and after the image.
THANKS for any help on preventing this from happening!