I am having a problem when editing HTML containing a link with ampersands... like (let's hope this works)
somepage.aspx?param1=3¶m2=50
it ends up in the html as
somepage.aspx?param1=3&2=50
the link then does not work correctly in the document...
Any way to prevent this?