If an image is missing an img alt tag is supposed to be displayed instead of the image, but it's not getting displayed if the image is missing, is there any way to 'turn it on' ?
Say the html is as follows:
Code:
<img alt="Chapter 1" src="../Images/ch01.jpg" title="Chapter 1" />
If the image is available, it display all well and good, but if I do a stripped down version, removing all the images (leaving code the same - I know I'll probably get validation errors, but should still work), the alt tag should be displayed in its place.
I would like to get it to do so without having to go through and recode all the image tags.