Link with variables

  •  03-13-2006, 11:41 AM

    Link with variables

    When I create a link like:
     
    <a href="http://www.domain.com?id=1&var=2">link test</a>
     
    CuteEditor for ASP chages the "&" to "&amp;" when I edit my text.
     
    So my link turn in to:
     
    <a href="http://www.domain.com?id=1&amp;var=2">link test</a>
     
    How can I avoid that change?
View Complete Thread