clearing the "href" tag when the "image" tag is deleted.

  •  06-30-2009, 11:15 AM

    clearing the "href" tag when the "image" tag is deleted.


    In the html if we have - <A href="..."><IMG height=192 alt="" src="..." width=612 border=0></A>
    and we delete the "image" tag, the html shows - <A href="..."></A>
     
    Is there any way that we can get rid of  "href"  tag also?
     
    I mean "href" tag should also get deleted, when we delete the "image" tag.
     
View Complete Thread