My images are not showing up. What is wrong?
First you should verify that you have uploaded all of the images files in binary format and have placed them in the correct directory.
If you have done this, then the problem most likely has to do with the path to the image file you used in your HTML code (the src attribute of the <image> tag).
Finally, check that the file name is correct and that you have used the correct extension (typically, .gif or .jpg).
Also check if the images uploaded are not corrupted, sometimes FTP corrupts the files while uploading on the server. |