Is there any way to stop an tag loading its image by just using CSS? I would like to avoid using JavaScript.
This doesn\'t seem to work (Firebu
Place this at the end of your style sheet:
* img { display: none !important; }