In my webpage (http://www.tsvresidential.com/customresidences.html) Firefox shows Error loading image, but Internet Explorer shows images OK; what can I do?
When clicking in the page for "Custom Residences" or "Additions/Remodels" Firefox doesn't load images and shows, after a second or 2: "Error Loading Image" on each photo location. Internet Explorer shows all the photos immediately. How could I correct this?
Modified
All Replies (8)
-> click Firefox button and click Options -> Content panel -> place Checkmark on Load Images Automatically -> click Exceptions... button and click Remove All -> Now type the addresses of the websites on which you want to Allow Images to be displayed e.g. msn.com , yahoo.com , google.com , tsvresidential.com , etc. -> click Allow for each, One by One -> click Close
-> click OK on Options window -> Restart Firefox
Also see this - Images or animations do not show
- https://support.mozilla.com/en-US/kb/Images%20or%20animations%20do%20not%20show
- http://kb.mozillazine.org/Images_or_animations_do_not_load
Check and tell if its working.
That is a problem caused by backslashes in the image links.
<img src="images\projects\Griffin\Griffin01.jpg" title="" alt="Image1">
Should be:
<img src="images/projects/Griffin/Griffin01.jpg" title="" alt="Image1">
Hi mha007: Thank you but I have tried all that you mentioned before writing the question, with no results. Thanks anyway, Taruno
Hi cor-el: This sounds more like it. I have to tell my webmaster (webmistress) and see if she can correct it. Thank you!! Taruno
You're welcome
To help other users find solutions, please return to this Thread and Sign-in to the forum with your Username and Password:
click on "Solved It" Next to the reply ABOVE that BEST solved your question
DO NOT click "Solved It" next to this reply
I sure will do it, when it is solved! Taruno
There are 31 errors on that page according to the W3C validation. http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.tsvresidential.com%2Fcustomresidences.html