Re: Invalid Anchor Tags Fixed Incorrectly

  •  04-02-2009, 4:18 AM

    Re: Invalid Anchor Tags Fixed Incorrectly

    Can you change the following code
     
    <p><a href="#bottom">top<a/></p>
     
    to
     
    <p><a href="#bottom">top</a></p>
     
    Then try again?
     
    Regards,
     
    Ken
View Complete Thread