Re: Editing linktext

  •  11-30-2004, 11:24 AM

    Re: Editing linktext

    Lars,

    1.Please set the  Editor.RemoveServerNamesFromUrl Property to false in your situation.

    By default Internet Explorer converts all URLs in hyperlinks (anchor tags) and images (img tags) to absolute URLs. When this property is set to true (the default), CuteEditor strips out the local server name from all A and IMG tags if the hostname in the URL matches the current hostname on the serve side.

    If you ser this property to false, the local server name from all A and IMG tags will keep.

    2. You need to write some html code and put it into the HTML attribute section (Edit the CuteSoft_Client/CuteEditor/Configuration/Shared/Common.config) as followings:

     <Links>
       <item text="CuteSoft"   value="http://cutesoft.net/"  html="&lt;img border=0 align='absMiddle' src='http://cutesoft.net/data/signature.gif' /&gt; CuteSoft" />
       <item text="Mail to us" value="support@CuteSoft.Net"  html="&lt;img border=0 align='absMiddle' src='http://cutesoft.net/data/email.gif' /&gt; Mail to us" />
     </Links>


    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 Complete Thread