Not all images are loaded correctly

  • Thread starter Thread starter etantonio
  • Start date Start date
E

etantonio

Good morning,
I've a web page where I have put about 30 little images (4kb each)
coming from other sites, the problem is that not all are showed and the
images showed are random, I don't know if it is a problem of the http
protocol, but how I could solve the problem and force the browser to
load each image.
Many thanks for your help

Antonio D'Ottavio
www.etantonio.it/en
 
Good morning,
I've a web page where I have put about 30 little images (4kb each)
coming from other sites, the problem is that not all are showed and
the images showed are random, I don't know if it is a problem of the
http protocol, but how I could solve the problem and force the
browser to load each image.
Many thanks for your help

Antonio D'Ottavio
www.etantonio.it/en

Try testing the image files to see if you get a 404. If the files
definitely exist, God knows.
 
F-up to a.w.w.

Try testing the image files to see if you get a 404. If the files
definitely exist, God knows.

Even if the file is not 404 when displayed by itself in a browser
window, it can still be 404 when called from a webpage.
The originating server can be configured to not display its images on
other sites by means of referrer checking.
 
Back
Top