I add an Anchor tag like <a href="/myapp/default.aspx">MyApp</a> to CuteEditor either by using Normal mode or by typing the html in Html mode.
After Postback the anchor is changed to: <a href="http://localhost/myapp/default.aspx">MyApp</a>
It seems like the editor parses all <A> and changes all relative URLs to absolute URLs.
I need a way to avoid this behaviour.