Search

You searched for the word(s): font
Showing page 89 of 216 (2,157 total posts) < 1 second(s)
  • Programatically Changing Dropdown Codes

    I need to offer each user a different set of Codes. The Codes will depend upon data held in a database. They will be choices of code snippets created by each user.   I can read data from the database and programatically incorporate them into the ''name'' and ''value'' elements as suggested in the documentation. However, this does not ...
    Posted to Cute Editor for PHP (Forum) by plane007 on September 18, 2008
  • Re: Change for absolute URLS

    I tried: <%   Dim editor   Set editor = New CuteEditor   editor.ID = ''conteudo''   editor.Text = objTextos(''conteudo'')   editor.FilesPath = ''editor/CuteEditor_Files''   editor.AutoConfigure = ''default''   editor.EditorBodyStyle = ''font:normal 12px arial;''   ...
    Posted to Cute Editor for ASP (Forum) by Bryan Meller on July 10, 2008
  • Linking my default.css to the paragraph format block

    Greetings:   I need to control the paragraph format blocks from my default style sheet.   I've defined the location of my style sheet: EditorWysiwygModeCss=''/styles/default.css'' (the Styles folder is in the root directory of the website)   Updated the common.config to use the .H1 tag in the style sheet: <item ...
    Posted to Cute Editor for .NET (Forum) by kmideas on June 30, 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
  • problem setting output file for multiple editable pages

    I want two editable pages (using the IP license), each writing a separate output file.  The code below is for one of the pages.   I'm using;                       $editor->LoadHTML(''news1.html'');     ...
    Posted to Cute Editor for PHP (Forum) by lferree on April 2, 2008
  • Bug in HTML2RTF

    We are experiencing problems when using text written in cuteeditor with custom font size. When saved in RTF it seems to be working nice but when we load it with                             Dim rtf2html As ...
    Posted to Cute Editor for .NET (Forum) by joel.bernerman on December 14, 2007
  • cssClass, autoparse and width issues

    Hi all, We have an issue where by we want the cssClass drop down to populate with css styles from the defined external css file. This is all working fine. However, when the style has a fixed width it is causing the cssClass dropdown to render far to wide. Is there anyway to control the width of the dropdown, without removing the width from ...
    Posted to Cute Editor for .NET (Forum) by mike.chambers on October 22, 2007
  • Re: Problems activating dropdowns in a wrapper class

    Please use the following code:   If Not Page.IsPostBack Then   If Not Editor1.ToolControls(''FontSize'') Is Nothing Then       Dim dropdown As CuteEditor.RichDropDownList       Dim richitem As CuteEditor.RichListItem       dropdown = ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 19, 2007
  • Dropdown lists displaying incorrectly (IE6) when beneath DHTML layers

    I have a page that contains the editor where the user can dynamically add or remove rows in a table using javascript and some standard DHTML practices. The editor is beneath this setup and as the list of rows gets bigger or smaller, the editor doesn't display the dropdowns for font or font-size correctly. They come up above the editor (layout ...
    Posted to Cute Editor for ASP (Forum) by jcahill on August 29, 2007
  • EditorWysiwygModeCss and Css Class dropdown not displaying in editor correctly

    Hello   I have set up a stylesheet and am pointint to it with EditorWusuwygModeCss. I see the body background colour change so I know it has found the CSS. I have AutoParseClasses turned off and only one class defined in Common.config, the class name is PageHeader and in the stylesheet looks like ...
    Posted to Cute Editor for .NET (Forum) by lofwyre on August 15, 2007
« First ... < Previous 87 88 89 90 91 Next > ... Last »