Search

You searched for the word(s): tag
Showing page 18 of 228 (2,278 total posts) < 1 second(s)
  • Re: HTML Editor inserting </bgsound> tag

    Eric,  This the HTML I'm using <html>     <body>         <!-- Comment 1 -->         <!-- Comment 2 -->         <!-- Comment 3 -->     ...
    Posted to Cute Editor for ASP (Forum) by vinsr27 on November 13, 2009
  • Re: Custom Begin Tag Removed using PasteHTML

    I downloaded the trial version of Cute Editor.NET to test it on .NET 2.0 framework. I found a problem about custom tags too. I set Editor1.BreakElement = CuteEditor.BreakElement.P, so I can use <P> instead of <DIV>.   There is the problem: type in <p><placeholder>[[First Name]]</placeholder></p> ...
    Posted to Cute Editor for .NET (Forum) by ytang on August 9, 2006
  • Re: Non expected HTML tag closure.

    Kenneth:  HI marvin,   I still do not understand which API you used to set content for editor. The Rich TextEditor has "SetText()", "InsertHTML()", "InsertText()" and "PasteHTML()" which can set the content for editor by javascript. Which one you are ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by marvin on February 7, 2014
  • Re: Non expected HTML tag closure.

    Hello Ken,   I basically create a html page by processing XML through a XSLCompiledTransform and I serve that by sending the output stream with the right mimetype. After that I load the content into the editor whenever I need it by using SetHTMLCode after making an AJAX get request with jquery. I've included the result my api ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by marvin on January 27, 2014
  • Re: paragraph tag

    alanjames:Hi Adam, Just following up on this.  You promised me a fix for this by the end of last week - this is now absolutely critical - I subsequently promised the client this would be resolved by now, as it is fundamental to the correct XHTML parsing of the code.  Can you please send the fix through ASAP.  I also notice ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 14, 2007
  • Re: Manual Flash tag

    I've applied the update.However...For our particular <object> block the params now display after clicking between normal and html, however they are displaying with a space between some:   <param name=''AnimationAtStart'' value=''0''>        <param name=''AllowScan'' ...
    Posted to Cute Editor for .NET (Forum) by dguser on January 30, 2006
  • Re: How to read <body> tag contents

    Hi Fredd.   You can set the margin, etc in JavaScript using the style attribute of the body:   editor.GetDocument().body.style    However the values returned will be null if they are applied using an external stylesheet.   More info in style attributes in ...
    Posted to Cute Editor for .NET (Forum) by Anonymous on July 15, 2007
  • Re: style tag is stripped out when using "TemplateEditor.Text = " or "TemplateEditor.XHTML ="

    Hi artsaliva,   To keep the <style> target, please set property EnableStripStyleTagsCodeInjection to false.       <CE:Editor ID="Editor1" runat="server" EnableStripStyleTagsCodeInjection="false">             ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 9, 2013
  • Re: Adding chat button and monitor tag to web pages problem

    Hi uniplan,   Please check the location of file "Support-Image-Button.js.aspx",  the url what you are uisng "http://support.uniplan.it/CuteSoft_Client/CuteChat/Support-Image-Button.js.aspx" is worng, the file is not there.   Regards,   Ken 
    Posted to Cute Live Support (Forum) by Kenneth on October 9, 2012
  • Re: List Item closing tag is removed

    rogchap,   >>If I reopen the document back into the editor it renders without closing li tags as before.   This is the browser behaviour. Cute Editor fixes the close tags issue in the server side instead of the client side.   Please try the following example. After you click the submit button, you should ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 28, 2007
« First ... < Previous 16 17 18 19 20 Next > ... Last »