Re: How to create relative path for HyperLink? It always adds absoulte path automatically

  •  05-16-2005, 12:15 PM

    Re: How to create relative path for HyperLink? It always adds absoulte path automatically

    Thanks Adam. But it doesn't work --- I've already set RemoveServerNamesFromUrl="true" but I still get

    <a href="http://localhost/webapplication4/join.aspx/"></a>
     While it should be

     <a href="join.aspx/"></a>
     
    Seems the CuteEditor did not strip anything out. Any idea? As I descibed my CuteEditor configuration is quite simple, it's just
    <CE:Editor id="Editor1" runat="server" RemoveServerNamesFromUrl="true" UseRelativeLinks="true"></CE Editor>
     
    Thanks!
View Complete Thread