Link with variables

Last post 03-13-2006, 1:51 PM by rcroeder. 1 replies.
Sort Posts: Previous Next
  •  03-13-2006, 11:41 AM 17103

    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?
  •  03-13-2006, 1:51 PM 17124 in reply to 17103

    Re: Link with variables

    try setting the editor.UseSimpleAmpersand = true
     
    RC
View as RSS news feed in XML