Re: Can't get absolute path to stick

  •  08-03-2005, 2:27 PM

    Re: Can't get absolute path to stick

    Adam - thanks for the quick response.
     
    We are using the latest Cute Editor.  The link you provided is not the same environment that I am describing.  The actual code and editor is running on the same server the links refer to (i.e. http://www.cutesoft.net).  In my environment, the editor resides on a different URL (http://admin.greenspringstech.com) that is used to edit another website (i.e. http://www.greenspringstech.com).

    I have the following statements in my Page Load method every time the page is loaded but they are not working as the URL of the admin (http://admin.greenspringstech.com) is constantly inserted for any relative links, images, etc. 
    Editor1.EnableStripScriptTags=false;
    Editor1.DisableAutoFormatting=
    true;
    Editor1.UseRelativeLinks=
    true;
    Editor1.RemoveServerNamesFromUrl=
    true;
     
View Complete Thread