Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
How to create relative path for HyperLink? It always adds absoulte path automatically
How to create relative path for HyperLink? It always adds absoulte path automatically
05-16-2005, 11:11 AM
anthonywang101
Joined on 04-29-2005
Posts 9
How to create relative path for HyperLink? It always adds absoulte path automatically
Reply
Quote
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