Search

You searched for the word(s): font
Showing page 42 of 216 (2,157 total posts) < 1 second(s)
  • Re: Custom colors in the font/background color dialog ?

    Sure..   When I select a color, by using the  button, I get a dialog like this:     As you can see, I have selected some Custom colors on the right side, and added them to the lower left list by using the Add to Custom Colors button.   Now, when I close this dialog, normally the Custom colors get saved in the ...
    Posted to Cute Editor for .NET (Forum) by arjenkorevaar on April 25, 2004
  • Re: default font style in editor

    You missed my question.  I have already downloaded it but I couldn't find the hook to configure it, if this feature is implemented in this release at all.  For instance, I noticed that you added a new app setting UseDNNDefaultWidth in this release.  Where can I configure default font for the editor?
    Posted to Cute Editor for .NET (Forum) by robo_arnold on February 2, 2006
  • Re: Font Color Pallette

    Yes. I'm using Cute Editor 3.0. The EnableAll toolbar sample works but I think there's something wrong with the Multiple Editors sample. Please try to click on both the first and second Set Font Color toolbars. Btw, here's a sample of my code: content = strBody Dim editor1 Set editor1 = New CuteEditor editor1.ID = ...
    Posted to Cute Editor for ASP (Forum) by marvin_tyrone on November 16, 2004
  • Re: Programatically change the Top Margin/Bottom Margin/Left and Right Margin

    If you are editing complete html file, the margins of the editor is controlled by your own html file.   If not, Please check the Editor.EditorBodyStyle and EditorWysiwygModeCss property.  Editor.EditorWysiwygModeCss Property Specifies the location of the style sheet that will be used by the editable area. Multiple Style Sheets ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 14, 2010
  • Re: How to set the Editor Background color?

    Geoff,   Demo:   http://richtextbox.com/test/EditorBodyStyle.aspx   http://cutesoft.net/example/Using-External-Style-Sheets.aspx   Please check the Editor.EditorBodyStyle  or EditorWysiwygModeCss property.  Editor.EditorWysiwygModeCss Property Specifies the location of the style sheet that will be used by ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 21, 2009
  • Re: fontsize drop down default selection

    Please check the Editor.EditorBodyStyle and EditorWysiwygModeCss property.  Editor.EditorWysiwygModeCss Property Specifies the location of the style sheet that will be used by the editable area. Multiple Style Sheets are supported. Example ...
    Posted to Cute Editor for ASP (Forum) by Adam on June 18, 2008
  • Re: Showing the size and color of fonts

    Dana,   This is a known issue because CuteEditor doesn’t use font tag.  It renders HTML code as <span style=''FONT-SIZE: 12pt''> Hello </span> instead of <font size=3> Hello </font>  So it makes it’s very difficult to detect the current font site. We will resolve this issue in the future ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 13, 2006
  • Re: What do these buttons do

    >>''Clean up cascading style sheets''   Example:   <p class=''myclass''>Hello world</p> <p style=''color:red''>Hello world</p>   Will be:   <p>Hello world</p> <p>Hello world</p>   >>''Clean up Font tags''   <font size=''5''>Hello ...
    Posted to Cute Editor for ASP (Forum) by Adam on June 19, 2006
  • Re: Font Size and RTE in IE

     1. The stylesheet is 1000+ lines but I've included the styles affected this page in the text file   /rte-uploads/members/225913/styles.txt   2. Using the code above produced the same result in IE, more of the menu showed correctly but items such as paste and insert table still had similiar issues to the screenshot I posted.
    Posted to Rich Text Editor for .NET and MVC (Forum) by astearns on November 22, 2012
  • Make editor default to Arial font?

    We are trying to make the editor default to using Arial font, but it is not happening. (This is for user typing first time into the editor -- no existing HTML.)  We have set body in template.asp to body { font:normal 12px arial;}   Is there another place this is set?
    Posted to Cute Editor for ASP (Forum) by PaulNewRiver on June 21, 2006
« First ... < Previous 40 41 42 43 44 Next > ... Last »