When I paste in a URL that contains ampersands it displays correctly. If I view the properties of the link it shows the correct URL. However when I attempt to access the Text or XHTML attribute of the editor the “href” portion of the link contains repeating hyperlinks. For example if I had
Http://www.MySite.aspx?Value1=a&Value2=2&Value3=3&Value4=4
The link that would be present in the Text attribute would be.
Http://www.MySite.aspx?Value1=a&Value2=2&Http://www.MySite.aspx?Value1=a&Value2=2&Value3=3&Http://www.MySite.aspx?Value1=a&Value2=2&Value3=3&Value4=4
Every time it encounters an ampersand after the first one the entire link up to the next ampersand is repeated. Is there a way to stop this? I would like to be able to use simple ampersands and not have my link repeated every time it encounters one.
Thanks