The problem you are experiencing is a float problem. To align an image with text to the left, it needs to be floated. If there is no element longer than the image, it might overlap, but that depends on the Entry.
You have two easy ways to fix this:
1. Insert a
at the bottom of your entries.
2. Or you modify the style.css of your template and insert this:
Code: Select all
.serendipity_entryFooter {
clear: both;
}
3. Or you insert more text after the image

))
I hope that helps - your template already looks very nice! I hope you'll enjoy Serendipity, and please tell us if you have problems or suggestions to make. BTW, you should have a look at your plugin configuration, it seems you have installed the browsercompatibilities plugina couple of times! That can happen if you install serendipity multiple times into the same database without emptying the database when re-installing.
Regards,
Garvin