WOW oh WOW!
Thanks MichealH. You solved it.
New code now looks like this
<div class=”entry”>
<?php the_content(‘Read on…’); ?>
</div> <!– .entry –>
check your style.css
see if it specified a parameter under img
mine looks like this
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
so I use align=”centered” instead of the default that wordpress puts in my img tag in the HTML editor.