I'm not sure what your problem is, without seeing it.
The problem is probably with your html, wherever that is. When you make a reference to an image that's on a different server, make sure you use an absolute URL (e.g.
http://example.com/image.jpg) and not just relative url (e.g. image.jpg).
P.S. "index.htm" is an awfully confusing name for a directory.