Search

You searched for the word(s): link
Showing page 1 of 200 (1,997 total posts) < 1 second(s)
  • Not Showing Buttons on Insert Templates

    I have problem on Insert templates:     Buttons go to down, out  window.   HTML code this:   <html> <head> <title>Template</title> </head> <body>   <table width=''700'' border=''0'' align=''center'' cellpadding=''0'' ...
    Posted to Cute Editor for .NET (Forum) by Vasyl on January 15, 2007
  • Add <link .....> tag with Cute Editor 6.1 text

    I have a cute editor 6.0 version and i have a drop down from which i select the css  file name which are strored in a folder. When i select a css file name from drowp down then i attach a link tag to the cuteeditor text by calling these funtion of a class from the web page :   On web page: Editor1.Text = ...
    Posted to Cute Editor for .NET (Forum) by mtrvikas on July 16, 2008
  • Re: Firefox strips <link href tags

    OOOoooppps very sorry it was my fault!   On looking through our code it turns out that due to a previous version of the editor constantly inserting <link tags we have code that strips out the link tags!   Our code looks for <link tags then looks to see if the tag has [acms is inside it. Now because firefox is ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on October 10, 2008
  • link-url will not displayed in link insert dialog

    Link insert problem!!! doubleclick on text/word (which is already a link) to mark word -> click icon insert link -> link-url is not displayed in dialog box!!!! tried also in your online demo - same result - link will not be displayed in ''link insert dialog''  tested in Firefox 3.6.8 
    Posted to Cute Editor for .NET (Forum) by onelogin on September 24, 2010
  • Re: can't change the href of a link programatically, it reverts automatically....

    Hi ztp,   Please try the example below   <%@ Page Language=''C#'' %>     <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on July 29, 2010
  • Re: Add <link .....> tag with Cute Editor 6.1 text

    Please set the following properties to false.   Editor.EnableStripLinkTagsCodeInjection Property Specifies whether to remove <link> tags which contain malicious, client-side executable code before writing the string into the db. When this property is set to true (the default) Cute Editor strips all <link> tags which ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 16, 2008
  • Re: Link insert problem

    Yes, same problem on the page you've sent me.Now here's more details.This happens differently between Firefox (version 1.5)  & IE 6, so you might want to try both and see the differenceStep to reproduce:select some text in the edit box, click on the Insert Link icon (the chain).First difference, in Firefox, the Type dropdown defaults to ...
    Posted to Cute Editor for .NET (Forum) by ben_da_dog@yahoo.co.uk on April 3, 2006
  • Re: Betreft: Re: Link dropdown bug!!

    When you add a link, you should select/highlight  some text, then select from the link dropdown. The link will be yahoo.  If you forget select the text, the CuteEditor will automatically use the link URL as the link text. The link will become http://www.yahoo.com/. If you just want to insert some links into the CuteEditor and don't ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 21, 2005
  • Re: Link functionality

    msiegel, Absolute and Relative Paths When you're creating links to documents and images on the Web, you need to think about how you're going to link to them. Cute Editor support three standard ways to create links: absolute paths without the domain name ( <a href=''http://cutesoft.net/default.aspx''>Home</a> ) ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 29, 2006
  • Re: Delimiter for Link Parameter

    Please check the Editor.UseSimpleAmpersand Property.W3C 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:         <a ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 19, 2005
1 2 3 4 5 Next > ... Last ยป