I have a post which begins with two images, one left aligned, the other right aligned. I want the text that follows to appear below both images, but instead it and the metadata squeeze up into the space between the two images.
Here's the html in the post:
<img class="alignleft" title="no-overtake-1" src="http://faustino.local/wordpress/wp-content/uploads/2010/08/no-overtake1-147x150.jpg" alt="no-overtake-1" width="147" height="150" /><img class="alignright size-full wp-image-155" title="overtake-1" src="http://faustino.local/wordpress/wp-content/uploads/2010/08/overtake1-145x150.jpg" alt="overtake-1" width="145" height="150" />
Lorum ipsum
Any idea how to make it do what I want?