Confused about how to Set HyperLink BaseHref (CuteEditor Broken?)

Last post 02-16-2009, 4:42 PM by matthewTSG. 2 replies.
Sort Posts: Previous Next
  •  02-16-2009, 2:34 PM 48877

    Confused about how to Set HyperLink BaseHref (CuteEditor Broken?)

    In my project, I have the page with the cute editor in a sub-directory (/ssl/management/).  However, the content created by the editor is displayed on a page in the root directory.  No matter what combination of settings I try for "URLType", "UseRelativeLinks", or "BaseHref" hyperlinks that are created in design mode are ALWAYS generated with:  "http://www.[DomainName].com/ssl/management/" prepended.  How can I stop this!?!?!?!?
     
    I would think that I would want:
    URLType = Absolute
    UseRelativeLinks = False
    BaseHref = http://www.[DomainName].com/"
     
    argg.  The documentation for this seems to just barely scratch the surface.  I can't seem to find more detailed explanations of these properties anywhere.
  •  02-16-2009, 4:38 PM 48880 in reply to 48877

    Re: Confused about how to Set HyperLink BaseHref (CuteEditor Broken?)

    matthewTSG.
     
    BaseHref sets or retrieves the baseline URL on which relative links will be based.
     
    In the following example the BaseHref is set to yahoo.com
     
    For example, if you insert an image using the insert image dialog, the image URL will be:
     
    https://yahoo.com/uploads/10n2.jpg


    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  02-16-2009, 4:42 PM 48881 in reply to 48880

    Re: Confused about how to Set HyperLink BaseHref (CuteEditor Broken?)

    Ahhh, I see.  So BaseHREF only applies to Images?
     
    is there a setting to set the directory for Hyperlinks?
     
    I would like the user to put in something like:
     
    'popuptest.aspx'
     
    and have the actual link generated be:
     
    http://www.[domainname].com/popuptest.aspx
    (with or without 'http://')
View as RSS news feed in XML