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 "&" when I edit my text.
So my link turn in to:
<a href="http://www.domain.com?id=1&var=2">link test</a>
How can I avoid that change?