Here's a trick to display text only for browsers that cannot display
images. Use "alt=" text with a one-dot by one-dot transparent .gif
image (such as http://www.usask.ca/images/null.gif). Browsers that can
show graphics show an invisible picture nobody sees. Browsers that cannot
show graphics shows the alternate text. For example:
<img src="http://www.usask.ca/images/null.gif" alt="your text here">