Check this first...
This is not uncommon. Without seeing your code this is just a guess, but it has happened to others so often it is the most likely cause.
Check your html code for the path of the image. Very often you will find a path to the image on your computer (for example: c:/.....) when it should be "/images/picturename.jpg" for example. The path needs to be correct for the location on your website from the location of the file (possibly index.html). And of course the image needs to be so located on the server.
|