Search

You searched for the word(s): font
Showing page 133 of 216 (2,157 total posts) < 1 second(s)
  • Re: Background page/body colour

    Chaz,   Thanks for the kind words about Cute Editor.  >>Is there a way of having an selector identical to the ''font colour'' picker but for the Page/Body Background instead?   No, the users need to open the page properties dialog to set the Page/Body Background.   In the page properties dialog, the user can ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 7, 2005
  • Re: Answers

    Tim, 1) The properties dialog for hyperlinks does not show from the context menu on existing links - it doesn't work on your demo site either This is a bug. We will fix it as soon as possible. 2) The class dropdown does not show the font decoration for each style. I'm sure this worked prior to version 4.0.0.7 Have you use ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 27, 2005
  • Re: How to restrict input to fixed styles

    lneville,  First the followings are the informations of integrating Cute Editor with dotnetnuke: DotNetNuke 2.1.2 Integration http://dnn212.cutesoft.net/ DotNetNuke 1.x- 2.x Integration http://dnn2.cutesoft.net/  dowload the Cute Editor for DotNetNuke 2.1.2 version: http://cutesoft.net/Downloads/default.aspx  ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 29, 2004
  • Re: Undo...what is it supposed to do?

    Hi Bruce!   The undo functionality here is most likely being taken directly from the MSHTML functionality, which for most of the editing code in this software it is most likely a wrapper for.  If this is so, then it means your mileage will vary a lot when using it.    I could be wrong, but I think it is set ...
    Posted to Cute Editor for .NET (Forum) by colin on June 22, 2004
  • Re: Changed event firing on click in FireFox

    Hi Adam,   Thanks for the that, but the problem is that we default the HTML of a document, and that default is variable. For example, on starting a new document, we will default the HTML at:   strDefaultHTML = ''<html>'' & vbCrLf & _ Chr(9) & ''<head>'' & vbCrLf & _ Chr(9) & ''</head>'' ...
    Posted to Cute Editor for .NET (Forum) by fredd on August 30, 2007
  • normal mode looks different from preview mode

      Normal Mode -             Preview Mode -           How can we get rid of the extra spacing in the ''normal mode'', it happens when the table is inserted within a table?     Below is the HTML -   <html>     ...
    Posted to Cute Editor for .NET (Forum) by gurpreet on April 19, 2012
  • Changing Defaults for the Editor

    I want the editor window (frame or body) to look like my web site, so when people edit content they can know what it will look like when displayed.  Hence, I want to change the background color, font, font-size, and default font name (the one displayed in the font-select dropdown) of the edit window.  I have tried setting these ...
    Posted to Cute Editor for .NET (Forum) by Chaplain Doug on April 9, 2009
  • Customize Output HTML

    I am using CuteEditor 6.2 to edit the HTML that is then fed into an ActiveReports 3 RichTextBox object. The ActiveReports object is fairly dumb when it comes to HTML and does not understand things like <SPAN style='font-family:Arial; font-size:14pt'>...</SPAN>.   Instead it will understand only <FONT FACE='Arial' ...
    Posted to Cute Editor for .NET (Forum) by FrankFang on November 7, 2008
  • PFD Generation - having problems

    I'm trying to use CuteEditor to create a pdf.  I'm using the code below (which does create a pdf), but, my pdf's always come out in TimesRoman font, even if I put a span tag around the text (<span style='font-family: Arial;font-size: 19px;'>).   The size changes, but the font remains TimeRoman.    Also, if my form ...
    Posted to Cute Editor for .NET (Forum) by m3jim on October 31, 2008
  • PasteCleanHtml not working in firefox

    While pasting in from word, this option works fine in IE6 and IE7 it is not working in Firefox. I am using 2.0.0.11 I have tested this on your site at the link http://cutesoft.net/example/editor-onpaste.aspx so you can try it there. I used the following text.   Franklin gothic heavy Antique Olive Whatever this is then there is ...
    Posted to Cute Editor for .NET (Forum) by zaggle on February 11, 2008