Search

You searched for the word(s): font
Showing page 21 of 216 (2,157 total posts) < 1 second(s)
  • Re: CuteEditor not Using Sylesheet's Font-Size

    Thanks for the reply.   After doing some tests with your code, I realized that I was asking the wrong question.   Going back to my example, if you set the CssClass to be EDITORBODY, then the default font for the editor will be Verdana.  That is, if you highlight a block of text and change the font to Verdana, then there is no ...
    Posted to Cute Editor for .NET (Forum) by EvilMonkey on July 30, 2004
  • Re: Custom Template

    <div align=''center''><center><table border=''0'' cellpadding=''0'' cellspacing=''1'' width=''100%'' ID=''Table1''> <tr><td colspan=''2'' align=''left''><img src=''../../../Images/Arrow_Home.gif''><font color=''#3353c2'' size=''3px'' face=''arial''><b>2004 North American Rewards Forum</b> ...
    Posted to Cute Editor for .NET (Forum) by twilliams558 on January 25, 2005
  • Re: Setting font for editor textarea

    Thanks for the explanation.  However that still doesn't explain why specifying a font of Arial didn't work when trying to set the default font for the editor textarea.   After a bit of experimentation however, I found out that it works if I set the font family for the BODY element in the css instead of the TEXTAREA.
    Posted to Cute Editor for .NET (Forum) by ralc001 on July 17, 2008
  • Re: How to set a permanent color in "Font Color"?

    Dear dev65,   The Colors Panel of Cute Editor by default displays a predefined set of colors. You can easily modify this default set by inserting a piece of Javascript code into the page. You can easily modify this default set by creating your own color array. <script> CuteEditorColorArray = new ...
    Posted to Cute Editor for .NET (Forum) by Eric on January 18, 2010
  • Re: Setting default font face and size

    Brumby, Please check EditorWysiwygModeCss property and EditorBodyStyle : EditorWysiwygModeCss:   Specifies the location of the style sheet that will be used by the editable area. Multiple Style Sheets are supported. Example:   editor.EditorWysiwygModeCss = ...
    Posted to Cute Editor for ASP (Forum) by Adam on August 28, 2007
  • Re: prevent pictures and font sizes

    Yes, it's possible.   Please open the following file: ChatUI.xml.   And find the following ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on February 17, 2007
  • Re: Changing Color, Font, etc. Highlights whole line

    When your algorithmic and programming skills have reached a level which you cannot improve any further, refining your team strategy will give you that extra edge you need to reach the top. We practiced programming contests with different team members and strategies for many years, and saw a lot of other teams do so too. From this we ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 15, 2006
  • Re: Inline styles

    In version 5.0, you can use either font tags or inline styles.By default, it is inline styles.Demo:   http://cutesoft.net/asp/EnableAll.asp 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 ...
    Posted to Cute Editor for ASP (Forum) by Adam on February 7, 2006
  • Re: inlines styles, not font tags?

    Alex, apdaniel wrote:   Just purchased the server licence for your ASP cuteeditor and I've got a couple of questions.     Not in this version. This feature is only available in the .Net version right now. We will add it into the ASP new version.    apdaniel wrote:   Secondly, I can't seem to populate ...
    Posted to Cute Editor for ASP (Forum) by Adam on August 13, 2005
  • Re: Preselecting Font on editor load

    bableson, Yes. It's possible. You will need to modify the source code. Do something like: For i=0 to Ubound(list_array)            if i = 3 then          temp = temp&''<option ...
    Posted to Cute Editor for ASP (Forum) by Adam on February 7, 2005
« First ... < Previous 19 20 21 22 23 Next > ... Last »