Search

You searched for the word(s): use <p>
Showing page 3 of 864 (8,631 total posts) < 1 second(s)
  • Re: To use an anchor

    Hi bassman,   How to use the anchor function   1.  Click the ''Insert Anchor'' button and type ''Introduction'' in the name section and than click Insert   2.  Click the ''Insert Hyperlink'' button and than click the checkbox ''Select a named anchor in the current page'' in the dialog   3. Now you can see the ...
    Posted to Cute Editor for PHP (Forum) by Kenneth on December 31, 2010
  • Re: To use an anchor

    Hi bassman, How to use the anchor function 1.  Click the ''Insert Anchor'' button and type ''Introduction'' in the name section and than click Insert 2.  Click the ''Insert Hyperlink'' button and than click the checkbox ''Select a named anchor in the current page'' in the dialog 3. Now you can see the anchor name ...
    Posted to Cute Editor for PHP (Forum) by Kenneth on December 31, 2010
  • Re: How to use RenderControl correctly

    Hi DanPaiva ,   Editor can not use like that, you can try this way   <%@ Page Language=''vb'' %>       <html>    <head>        <title>test</title>    </head> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on June 14, 2009
  • Re: CssClass use <div> instead of <span>

    No, it's not possible.   Because Div is a block level tag. If we use it as inline tag, the structure of the page/content will be changed.   Please compare the following HTML code:   Original code:   Hello World   Span:   He<span class=''class1''>ll</span>o Wo<span ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 25, 2008
  • Re: Advanced Topic -> Use Cute Editor as a File Picker not support in firefox

    ltanate,   Thanks for pointing out this issue. We've fixed it please use the following BLOCKED SCRIPT   <Script Language=''javascript''>     function callInsertImage()      {     var editor1 = ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 16, 2007
  • Re: Can I stop cute editor to use span tag where ever it is using

    Vikas,   Please check Editor.UseFontTags Property. Editor.UseFontTags Property Font tags are now deprecated, meaning that they aren't used any more and will cause validation errors. Many legacy pages still contain style information in font tags. By default Cute Editor converts font tags to span tags. <font face=''times'' size=''4'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 27, 2006
  • Re: Having <a> links use target="_new"

    Dabbi,   The Target Attribute only support the following values:   _blank Load the linked document into a new blank window. This window is not named.  _media Load the linked document into the HTML content area of the Media Bar. Available in Microsoft Internet Explorer 6 or later. _parent Load the linked document into the ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 28, 2006
  • Re: Need help to use templates

    pnr,   The templates are the static html files with the predefined html code.   >> I want to load a template into cuteEditor when it is loaded, how do i do that?   You can use the  Editor.LoadFile Method ( Loads the contents of a file into the CuteEditor control)   string FileData = ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 28, 2004
  • Use CuteEditor as Document Selector

    Hi, Using your example below with the latest Chrome causes a ''Uncaught Error: HIERARCHY_REQUEST_ERR: DOM Exception 3'' exception. You have to click the ''Pick a file'' twice for it to popup. Although on our site we use the option ''UseStandardDialog=True'' which causes the same error below but does not popup no matter how many times you click ...
    Posted to Cute Editor for .NET (Forum) by Widget on May 1, 2012
  • Re: Apply CSS Class menu items to any block level element without the use of extra <span> tags

    I am having the same issue with CE that has been descibed previously in this thread.  We have several custom classes that show up in the CSS Class menu.  As much as possible we have tuned off the ability for our authors to use every crayon in the box including font colors, sizes and inline styles.  We want them to use the classes ...
    Posted to Cute Editor for .NET (Forum) by dwallacenvcc on August 27, 2009