PasteHTML inside href tag appears outside

  •  08-19-2009, 5:44 AM

    PasteHTML inside href tag appears outside

    Hi
     
    When i do a pastehtml and an image is selected inside a href tag the old image is removed but the new image appears before the href tag instead of inside it.
     
    You can replicate this on
     
    Goto html view and wrap the first image with a href tag.
    Then goto normal view and select the image, then click the insert html button.
     
    <a href="#"><img alt="" src="http://cutesoft.net/Uploads/j0262681.jpg" width="80" /></a>
     
    is replaced with
     
    This is a test<a href="#"></a>
     
    Can this be fixed so that it replaces the object inside the href tag?
     
    thanks
View Complete Thread