I'm having a problem with my editor. I have a cms that edits text and it lives in /admin/
The site lives in root.
When users enter a link, cute editor is coverting the link to /admin/linkpage.aspx, I just want linkpage.aspx.
my control install is outlined below. Please help.
David
<ce:editor id="ediIntroCopy" BorderColor=" " runat="server" Width="400px" AutoConfigure="None" RemoveServerNamesFromUrl="true" UseRelativeLinks="true" DisableAutoFormatting="true"
ConfigurationPath="~/CuteSoft_Client/CuteEditor/Configuration/gassouth.config" BreakElement="Br"
BorderStyle="None" BackColor="WhiteSmoke" Height="100%">
<FrameStyle Height="150px" BorderWidth="0px" BorderStyle="Solid" BorderColor="#DDDDDD" Width="550px"
CssClass="CuteEditorFrame" BackColor="White"></FrameStyle>
</ce:editor>