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

  •  05-16-2005, 11:11 AM

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

    Hi Gentlemen,
     
    How can I create relative path for hyperlink like <a href="join.asp">? I tried like this:

    <CE:Editor id="Editor1" runat="server" RemoveServerNamesFromUrl="true" UseRelativeLinks="true"></CE Editor>
     
    But when I swtiched from "Normal" tab to "Html" I found the hyperlink was changed to <a href=http://localohost/join.asp>.
     
    Any solution? Thanks!
View Complete Thread