Removing Alternative Text on Insert Image

  •  04-01-2007, 10:10 PM

    Removing Alternative Text on Insert Image

    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
View Complete Thread