Re: Nested links using PasteHTML()

  •  07-21-2009, 2:33 AM

    Re: Nested links using PasteHTML()

    **********CORRECTION **********
     
    For example
     
    <h1>This is 9</h1>
    <p>This is a paragraph</p>
     
    becomes
     
    <h1>This is 9</h1>
    <p>This is a <a title="" href="http://cutesoft.net/files/add-button.gif">paragraph</a></p>
     
    but if I perform the same action again i get
     
    <h1>This is 9</h1>
    <p>This is a <a title="" href="http://cutesoft.net/files/add-button.gif"></a><a title="" href="http://cutesoft.net/files/add-button.gif">paragraph</a><a title="" href="files/add-button.gif"></a></p>
View Complete Thread