How can I hide the broken image icon? Example:
I have an image with error src:
I think the easiest way is to hide the broken image icon by the text-indent property.
img { text-indent: -10000px }
Obviously it doesn't work if you want to see the "alt" attribute.