How to Hide Broken Images
This is a simple article about ugly error on pages about broken image files. It has a very simple solution with css.
- <img
- src=”broken.png” alt=”"
- />
If you use onerror=”this.style.display=’none’” , you won’t see any broken image.
Reading your blog makes me realise I need to put much more effort into mine.
Comment by showers — December 14, 2009 @ 8:06 am