More hyperlink woes

Last post 06-30-2005, 9:16 PM by Adam. 1 replies.
Sort Posts: Previous Next
  •  06-30-2005, 8:39 PM 8241

    More hyperlink woes

    I've read a lot of posts regarding hyperlinks, but I still can't sort the issue out.
     
    Here's one example of what's happening to me:
     
    1. My instance of the editor is set up as follows:
     
    <CE:Editor id="csBodyRightText" EditorWysiwygModeCss="../css/example.css" RemoveServerNamesFromUrl="true" UseRelativeLinks="true"  runat="server" text='<%# DataSet1.FieldValue("body_RightText", Container) %>' TextMode="MultiLine" />
     
    I think this should make the links relative....
     
    2. I use the link creator kazoo to make a relative link. When I look at the HTML window it looks like this (which is good):
    <a href="gallery.aspx?page=this&amp;id=that" target="_self">Construction Technology</a>
    3. Then I switch back to the normal view, and again back to HTML view and now my link looks like this:
    <a href="/CARMA/CuteSoft_Client/CuteEditor/gallery.aspx?page=this&amp;id=that" target="_self">Construction Technology</a>
     
    What am I missing?
     
    DOug
  •  06-30-2005, 9:16 PM 8242 in reply to 8241

    Re: More hyperlink woes

    Doug,

    By default Internet Explorer converts all URLs in hyperlinks (anchor tags) absolute URLs.

    To resolve this problem, please set editor DisableAutoFormatting property to true.
     
    Keep me posted.
     
     

    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

View as RSS news feed in XML