Did you give the images public read permission on the server? If not, it won't let the user have them.
Are the images so big that they exceed the limit the server or the user ISP sets for webpage file size?
Is the Internet cache on the browser too small to hold the images?
Is the path to the image correct on the server? If the images are not in the same folder containing the HTML file on both the development computer and the server, then the URL will be wrong on the server. The URL of the image file that is coded into the web page file must be changed to match the image file's actual location on the server. This must be done before uploading the file.
Make sure that the address for the image in the HTML file is a URL, not a DOS/Windows path. If it begins with C:\ or just a backslash, it is a DOS/Windows path. Real URLs begin with http:// , or just the filename (for a relative address).
Is the file extension correct in the img tag?
Last edited by MidiMagic; Jul 11th, 2008 at 1:09 am.
Reputation Points: 730
Solved Threads: 181
Nearly a Senior Poster
Offline 3,314 posts
since Jan 2007