Is there anyway to turn off the image editor inserting the alt tag when inserting an image. If the alternative text is empty, we don't want the alt="" rendering in the string.
Alternative Text
<img height=100 alt="" src="images/logo.gif" width=100 border=0>
Should Read
<img height=100 src="images/logo.gif" width=100 border=0>
Alternatively, we would like to make it required, or populate the alt tag with the src name.
Thanks,
Rob