There are two rows of images on this page. The first row has no captions and is located in the entry body (
.serendipity_entry_body), while the second set of images are in the extended body (
.serendipity_entry_extended).


The second row of images rarely start on a new line or flow correctly around the page. As theme designers we can't control the post layout too much, but take a moment to consider what is best for your theme. If you think it should start on anew line, then the extended body style needs a 'clear:left;', which will fix the problem. It can't hurt to add this, and even posts that are all text will still display correctly.