I have an image in a HTML page:
<img src="smiley.gif" alt="Smiley face" width="32" height="32" />
If the image is not found on the server it shows an ugly blank square.
I want to make it so that if an image is not found it will display nothing or some other default image that I know is definitely on the server.
How can this be done?