PDA

View Full Version : images aren't loading


kjs97
10-1-03, 12:24 AM
I've tried to upload some more images to my site. I've only used 34.45 MB / 633 Files so I'm not near the limit. I use WS_ FTP LE. It confirmed that the files are there, but they don't show up on the site. I've checked the file names, coding, etc. Nothing seems to work.

I put all of the images on a separate page.
www.schrinersspeedshop.com/missing.html

Anybody got any ideas?
Thanks!

B&T
10-1-03, 12:31 AM
Don't use spaces in your file names.

Best to use all lower case and use a _ instead of a space.

(jj)
10-1-03, 12:50 AM
Just to expand a wee bit on what B&T said.

Make sure that your file names and your code are identical. If you have a file named Image.JPG and the code reading image.jpg, your image will not load.

As B&T said, best to keep your file names all lowercase and make sure your code matches the file names.