Picture gallery

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am making a web site for someone & everyting was going along fine till I
published the art gallery. Some pictures are not showing up some are really
distortied & some are showing up twice. I went into the image folder &
deleted all the pictures from there then reinstered them again. Still the
same problem. I can't think what else to do.
Thanks for any help here.
www.finelineink.ca
 
I see all the images on this page. Which page (exact URL) is the one with
the problem?
 
I looked around the site some more and I do see broken images on
http://www.finelineink.ca/gallery_2.htm but when I went back I saw them.
When I look at your code the first thing I noticed was your image names have
spaces in them and some of your links have %20 (which indicates a space).

Ex: images/Art%20gallery%20002.jpg

You shouldn't use spaces in file names or folder names as they can have
unexpected results. Try renaming the images without the spaces or with an
underscore, ex: Art_gallery_002.jpg then delete your temporary Internet
files (Tools, Internet Options, Delete Files) and then look at the pages
again.

Also, it looks like your site is hosted on Linux running Apache
http://uptime.netcraft.com/up/graph?site=www.finelineink.ca Apache is
case-sensitive so a file named pic.JPG and Pic.jpg would be seen as 2
different files. This might also be causing your problem. You can get the
free Case Changer add-in at http://www.jimcosoftware.com/addins.aspx to
change all the names of your files and then republish them.
 
Thanks for the help. I finally got things figured out I think.
Will make sure that I rename them all.
 
Back
Top