Absolute vs. Relative URLs Not Working

  •  04-28-2008, 1:32 PM

    Absolute vs. Relative URLs Not Working

    Hi Adam,
     
    I'm not able to get absolute URLs when inserting images.  
     
    I'm using:
     
    <ce:editor id="txtHtmlEditor" runat="server" BreakElement="P"
            ConfigurationPath="~/assets/CuteEditor/Configuration/NewslettersMenuMinimal.config"
            Height="400px" SecurityPolicyFile="NewslettersC10.config" Width="590px"
            style="margin-top:3px" RemoveServerNamesFromUrl="False" UseFontTags="True"
            UseRelativeLinks="False">
            <framestyle backcolor="White" bordercolor="#DDDDDD" borderstyle="Solid" borderwidth="1px"
                cssclass="CuteEditorFrame" height="100%" width="100%"></framestyle>
        </ce:editor>

    How can I have editor place absolute URLs automatically when inserting images?

    Thanks in advance,
     
    Chris

View Complete Thread