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.