Why does some images not display in different browsers?
- by RePRO
I've unreal problem.
I have a site, where are displaying images over an classical <img> tag.
All images are loading from the database, where is URL column of the image.
My problem is that three of ten images are not display.
But if I open the source code and click at the URL of the image, I can see image.
In source code is some looks like (just for a simple example):
<img src = "http://some.image/1.jpg" alt = "description" height = "140" width = "187" />
But the biggest snag is that Opera displays all images correct, but just in FF, IE, Chrome are mentioned problems.
I can not provide a screenshots, because the pages are a bit perverse. How can I show the site where the problem is? Or some advice? Thank you.