Well, I searched, tried multiple solutions, and I can't get it to work. If you visit http://www.elmsblog.com and scroll down, you'll see a photo thumbnail (preview) that's breaking out of the box. My current attempt at a solution is the clearer class w/ a nbsp. Thanks!!
What happens if you put this
<div class="clearer"> </div>
after the words ?
you, sir, are a genius!
<?php the_content('Read the rest of this entry »'); ?>
<div class="clearer"> </div>
So, what if I wanted to put the nbsp between the paragraph and the "Read the rest of this entry"?