Quote:
Originally Posted by jpwhits
Is there a way to have Firefox show a red X or something when a picture doesn't load? At the moment I just have a blank space so you can't tell if there is actually supposed to be a picture there or not.
|
If this is some PHP script that you're hosting, you can tweak the script to do that: Test to see if the image url returns okay, if not then display this "image is broken" image.
That would probably be the best thing. Unless you're talking about something for personal use where you want a broken image to appear as something just for your convenience, then I'm sure a firefox extension could be made to do that.