Search

You searched for the word(s): link
Showing page 2 of 200 (1,997 total posts) < 1 second(s)
  • Re: problem with link

    Please check the Editor.UseSimpleAmpersand PropertyW3C recommend that all '&' in query strings be converted to &amp; This is the only way to get a piece of HTML validated. The reason is that & is the start of an HTML entity, such as &pound; So this: Title         <a ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 27, 2005
  • Re: Link to style sheet?

    Yes.  The following note is copied from CuteEditor for asp forum : http://cutesoft.net/forums/ShowPost.aspx?PostID=110   1 .Create a new css file named as test.css. Copy the following code into test.css.   .ToolbarBg { background-color: #336699; BACKGROUND-IMAGE: url('/images/2x19.gif'); } .ItemBg { background-color: #336699; ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 29, 2003
  • Re: Apparent bug in Link mailto URL encoding

    Hi Eric,   I can repro it at the location you provided.  Here are the steps to repro.   1) Select any text you want in the demo + then use the link toolbar button to hyperlink the text.    2) For the link, use this:  mailto:someone@somesite.com?Subject=Website Order&Body=PLACEHOLDER%0APoster 003%0ABe ...
    Posted to Cute Editor for .NET (Forum) by jmercker on January 18, 2010
  • Custom Browse link in Insert_a_tag Dialog Firefox problems

       Hi, i have the following problem.   For our CMS i've added a custom browse popup in the insert a Tag dialog. When the link is selected in the browse popup i use javascript to enter that link in the Url: field.   window.opener.document.getElementById(inp_src).value = 'link url'   This works ...
    Posted to Cute Editor for .NET (Forum) by SaferSephy on February 5, 2010
  • Re: mailto link html encoding

    jamesk: When adding a ''mailto'' link in the RTE, viewing the HTML code produces something similar to the following for the mailto link: <a href=''mailto:rrr@datatel.com''>   Is there a way to turn off this encoding?   Thanks   http://richtextbox.com/test/EnableAntiSpamEmailEncoder.aspx   Please set ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 4, 2010
  • Re: How I can Edit Hyper Link Text in the editor

    Hi,   When you insert link by the insert link dialog, it will use the same text as what you fill in the title field. after that, you can change the link text directly without open the property dialog.  Just select the link text and change it to the new text you need.   Regards,   Ken 
    Posted to Cute Editor for .NET (Forum) by Kenneth on December 17, 2014
  • Re: Launching the InsertImage page from a link in another page other than the Cute Editor

    Hi Ken Thank you for the links.  I'm still confused on how to actually invoke the InsertImage dialog to edit a particular image.  I have a file tree and each file is a link, in that link I'm calling a javascript function that opens the InsertImage page (not the image gallery page).  I am passing in the image name/path to ...
    Posted to Cute Editor for .NET (Forum) by valya on September 16, 2009
  • Minor IE link formatting issue with UrlType = Relative

    Hi,   I have an issue with link formatting under the IE6-7. I had a chance to reproduce it using example http://cutesoft.net/example/Relative-or-Absolute-URLs.aspx Way to reproduce (IE 6 for example): 1. Switch on option ''SiteRelative Urls'' 2. Add link <a href=''http://www.domain.com''>www.domain.com</a> in HTML view 3. ...
    Posted to Cute Editor for .NET (Forum) by frome on September 10, 2008
  • Failed to load Viewstate Error occurs when using Cute Editor

    I am trying out CuteEditor to see if I can use it on my websites. I first fill a gridview with data from a Sql Table. I then select a detailsview of the item I am interested in. But, when I when I click on the Edit button, it returns to the gridview instead of entering the edit mode of the detailsview. If I then click the select button on the ...
    Posted to Cute Editor for .NET (Forum) by tavogardo on May 2, 2008
  • Re: When an editor is added to a page, TWO editors appear.

    You will notice that the generater HTML contains a repetition of the exact code for rendering ONE editor.<!-- CuteEditor Editor1 Begin --> <input type=hidden name='Editor1:ClientState' value=''/><input type=hidden name='Editor1:PostBackHandler'/><link rel=''stylesheet'' ...
    Posted to Cute Editor for .NET (Forum) by Nimendra on December 7, 2005