You need to make sure that the path to the image in the html file will point to its location when it is uploaded to the server. For example:
To insert an image called image.png placed in the same directory, use:
<img src="image.png" alt="Description of image"></img>
Also, what is your site's...