Hi there,
How can I disable CE for inserting the location of my page when inserting a link.
For example, I know it's not correct, but if I click "Insert link" on the demo page (
http://cutesoft.net/example/general.aspx) and fill in a word like "Test", the base href is not applied. In HTML-mode it just says <a href="Test">Test</a>. That's what I want.
In my case CE makes <a href="http://localhost/currentpage/Test">Test</a>
I know it should be possible, but how?