Jump to content

Images On Website


upadam

Recommended Posts

I hand coded a simple website. Nothing fancy no java script. Just html and css. I loaded the website to a server Friday and only a few of the images will load when you connect to the site with your browser. Why do just a few of the images load and not all the rest of them? I called support and guy talking to me told me that's something I have to analyze myself. I checked the css page and found two brackets that were wrong. One extra bracket at the end of a selector, and one at the start of a selector was typed backwards. I fixed those. Validated my html pages and fixed all those problems. I checked all my img src tags and they have their proper brackets and quotation marks. Nothing seems wrong with any of the alt="tags". All the images will load with any browser on my desktop. All the text loads. I suppose servers can be different though. Does anyone have any ideas about my missing images? The site address is www.abeancollectorswindow.com

Link to comment
Share on other sites

Shortly after I posted on this topic I discovered that one of my image files called images had the letter i capitalized and my img src tags used a small i. So I changed the file on the server and got most of my images to load. However I have a page called photo album which references it's images from a file called images3 and not all of those images will load and I can't figure out why. Is it posible that the browsers are having a snit about something with this file? I have had this happen before where I have replaced a file from a website copy where for example the browsers aren't displaying the boarders around images, but when I replace that page with a copy from a copy of the website everything is working again. It's like something becomes corrupt with a copy of one of the pages and the browsers are in a snit about something in the page. Anyway I still can't figure out why not all the images on my photo album page are not loading. I would appreciate some ideas. www.abeancollectorswindow.com

Link to comment
Share on other sites

More than likely, it's a similar problem you already fixed - typo. wrong path, or --- you just have not uploaded the images and they don't exist (online). When I go to the photo page of your site and search for broken images (thank you, Firefox's Webdeveloper Toolbar), it tells me that these images are not there:

 

  1. http://www.abeancoll...s3/100_0085.jpg
  2. http://www.abeancoll...s3/100_0097.jpg
  3. http://www.abeancoll...s3/100_0099.jpg
  4. http://www.abeancoll...s3/100_0100.jpg
  5. http://www.abeancoll...s3/101_0107.jpg
  6. http://www.abeancoll...s3/101_0108.jpg
  7. http://www.abeancoll...s3/101_0114.jpg
  8. http://www.abeancoll...s3/101_0128.jpg
  9. http://www.abeancoll...beans2011-1.jpg
  10. http://www.abeancoll...mages3/eg15.jpg
  11. http://www.abeancoll...3/eg15fruit.jpg
  12. http://www.abeancoll.../growlights.jpg
  13. http://www.abeancoll...cobscattle2.jpg
  14. http://www.abeancoll...3/louisiana.jpg
  15. http://www.abeancoll...pirosfeher2.jpg
  16. http://www.abeancoll...s3/redzebra.jpg
  17. http://www.abeancoll...s3/soldier2.jpg
  18. http://www.abeancoll...ges3/zinnia.jpg

First, look into your online file - find the folder (if it exists) called 'images3" and see if those files, for example zinnia.jpg even exist. If not, you either need to correct the path to those images or upload them where the path wants them.

Link to comment
Share on other sites

Thanks Andrea for your repy. I finally pined down the problem with images in the images folder. It was the .jpg extensions that were in upper case, and a couple of images had the first letter in the title that was also in upper case. So once those were changed the images loaded. This little detail was probably in one of the video tutorials I purcahsed from Killersites two years ago, but either I didn't pay close enough attention to that detail or had forgotten.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...