Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

This is driving me crazy. I load an image and in the src attribute i give it a static link, but it does not load and when i check the 'inspect element' on the browser, it gives me an empty src. The weird thing is if I use the same src for a different image, it shows up!

Also, what does the message "Failed to load URL " mean? It shows up when I inspect the img in firebug

Any ideas? thanks

share|improve this question
1  
Could you please show us the HTML you are using? If you can, provide the working and not working versions. Failed to load URL means just that. There was a failure when loading data from the specified URL. In addition, it will also help to specify what language you are using. – Lix Sep 28 '12 at 12:52

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.