Search

You searched for the word(s): font
Showing page 131 of 216 (2,157 total posts) < 1 second(s)
  • Re: Problem on content styling

    Dear carrot,   editor.EditorBodyStyle=''font-size:12px'' ,this line will set the editor area font size to 12px, when you preview it, it will be the same as ''normal'' view. ''html'' view only display html code, its font will be change, this is correct. it is not an issue. Regards, Eric
    Posted to Cute Editor for ASP (Forum) by Eric on February 25, 2010
  • How to define default font?

    Hi,   where could I change the default font in Cute Editor ? I need Arial 12px !     Thanks for help !    
    Posted to Cute Editor for .NET (Forum) by fabert on April 24, 2007
  • Re: Table Font Size

    Add the following code into DNNgeneral.css file:   table { font:normal 11px Tahoma;}
    Posted to Cute Editor for .NET (Forum) by Adam on March 26, 2008
  • Re: SAVE button not working in 6.6 version

    Hi,   Please create an page name example.asp with the code below and test it with the new version. Does it work for you?   My email is Kenneth@CuteSoft.net      <!-- #include file = "cuteeditor_files/include_CuteEditor.asp" -->    ...
    Posted to Cute Editor for ASP (Forum) by Kenneth on February 13, 2014
  • Re: Friendly File Names

    Hi PeterK, The example below shows you how to custom the queue table, hope it help <?php require_once ''phpuploader/include_phpuploader.php'' ?><?php session_start(); ?><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''><html ...
    Posted to PHP File Uploader (Forum) by Kenneth on December 22, 2011
  • Re: Link Colors

    Hi HarryV, When setting links in the Editor, what is the best way to control the color of the link at mouse off, mouse over and visited? Upon creating a series of links, I have found the color of each link (font) seems to vary for no obvious reason between blue (normal) and purple.  Question1, Please refer to ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on December 31, 2010
  • Re: DIV instead of SPAN

    esbf,   If you select the whole div block and choose the css class in the drop down, the css class will be applied to the whole div block.   If you select some text content inside the div block, the inline style will be applied to the selected content.   By default, inline style of cute editor will use span.   You can ...
    Posted to Cute Editor for PHP (Forum) by Adam on October 25, 2010
  • Re: Can you help me simplify the Word workflow?

    pbmartin:   Unfortunately, when I use the Paste from MS Word option in CuteEditor, the margins and font styles from the Word document are transferred in the HTML.  So I tried another way: When I use the Paste as Plain Text option in CuteEditor, the Word Doc converts into HTML with BR tags so that I can't use CSS without manually ...
    Posted to Cute Editor for .NET (Forum) by davedr on October 12, 2010
  • Re: Show code in php

    Dear korty,   Please try the following code: <?php  include_once(''cuteeditor_files/include_CuteEditor.php'');   $content = '<div><p>headline</p> <p>';        $editor=new CuteEditor();        ...
    Posted to Cute Editor for PHP (Forum) by Eric on September 13, 2010
  • Re: customizing progress bar

    John,   Please try this code   <%@ Page Language=''C#'' Title=''Total Progress'' %> <%@ Import Namespace=''CuteWebUI'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Frameset//EN'' ...
    Posted to Ajax Uploader (Forum) by cutechat on March 17, 2010