Re: Absolute vs. Relative URLs Not Working

  •  04-28-2008, 1:51 PM

    Re: Absolute vs. Relative URLs Not Working

    Hi again,
     
    I figured it out.  I'm doing this now and it's working perfectly:
     
    <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" urltype="Absolute">
            <framestyle backcolor="White" bordercolor="#DDDDDD" borderstyle="Solid" borderwidth="1px"
                cssclass="CuteEditorFrame" height="100%" width="100%"></framestyle>
        </ce:editor>
     
    Thanks again for your help and speedy response.
     
    Chris
     


View Complete Thread