I added < p > < br > between paragraphs and that seemed to solve it.
You can solve the problem by including an <img src=”your image url here”> tag to the excerpt section of your post. I found that images size 140px x 140px work best. Hope that helps! 🙂
I noticed the same problem and solved it by adding this code after the <?php endif; ?> tag on the index.php file:
<div id=”back”><?php next_posts_link(‘« Previous Entries’) ?></div> <div id=”next2″><?php previous_posts_link(‘Next Entries »’) ?>
</div>
Hope that helps!