You must use absolute uris, not relative uri’s.
So the link to an image must not be
<img src=”pictures/image.jpg” alt=”” />
It must instead be
<img src=”http://www.example.com/pictures/image.jpg” alt=”” />
If you use relative uri’s, then any archived post will not display the image. It may, on the index page, but may not on the individual entry page or other pages.