I'm using version 4.5 of the editor.
I have implemented what it advises in your help files, (please see below) but every time i go to edit the text on that page again, it drops the absolute path back in. At the moment the only way around this I can see is to write my own function to strip the url on the frontend. Any suggestions as this should work???
Use relative paths
To relative paths, you need to set Editor.RemoveServerNamesFromUrl property to true and Editor.UseRelativeLinks property to true .
Example:
<CE:Editor id="Editor1" RemoveServerNamesFromUrl="true" UseRelativeLinks="true" runat="server"></CE:Editor>
Thanks in anticipation
Mike