Photos don't load

  • Thread starter Thread starter gulph
  • Start date Start date
http://www.delawarecountyhistoricalsociety.org/DCHS Library.htm

I have an odd problem with one page of a website that I built for a
small non-profit. The photos don't load on the page above, though they
load just fine on every other page.

What could be causing this?

Either the path to the image file is wrong (meaning that the image file is
not in the location on the server where the path in your code says it is),
or else the image file isn't there on the server at all.
 
Either the path to the image file is wrong (meaning that the image file is
not in the location on the server where the path in your code says it is),
or else the image file isn't there on the server at all.

That's what is so strange, Patty. The photos are tucked into their
folders just like the other photos on the site. And I've deleted and
re-inserted both several times. The layout on my computer looks fine.
But when I upload the site, the photos disappear -- but only from that
one page.

Mark
 
That's what is so strange, Patty. The photos are tucked into their
folders just like the other photos on the site. And I've deleted and
re-inserted both several times. The layout on my computer looks fine.
But when I upload the site, the photos disappear -- but only from that
one page.

When I copy the location of the first missing image on that page
(right-click on image, Copy Image Location):

http://www.delawarecountyhistoricalsociety.org/images/DCHS Library/DSC00862.JPG

...and paste it into the browser's address bar, it says that the requested
file is not found. Same with another image on that page:

http://www.delawarecountyhistoricalsociety.org/images/DCHS Library/DSC00862.JPGWhereas this one from the same page:http://www.delawarecountyhistoricalsociety.org/images/Web Art/DCHS Banner.jpg... shows up fine using the same test.That shows that the two missing images on that problem page aren't where thepaths in the HTML say they should be. You need to get those two images intothe right location on the server. Does that make sense?--Patty Ayers | www.WebDevBiz.comFree Articles on the Business of Web DevelopmentWeb Design Contract, Estimate Request Form, Estimate Worksheet--
 
Remove the space in the folder name (rename the folder to dchs-library.htm
instead of DCHS%20Library.htm the %20 is a space). Then recalculate
hyperlinks and republish. You may have to recalculate hyperlinks on the
server as well.
Avoid using spaces in file and folder names - especially on linux servers.
See if that helps.

hth


|> Either the path to the image file is wrong (meaning that the image file
is
| > not in the location on the server where the path in your code says it
is),
| > or else the image file isn't there on the server at all.
|
| That's what is so strange, Patty. The photos are tucked into their
| folders just like the other photos on the site. And I've deleted and
| re-inserted both several times. The layout on my computer looks fine.
| But when I upload the site, the photos disappear -- but only from that
| one page.
|
| Mark
|
 
Back
Top