Search

You searched for the word(s): font
Showing page 30 of 216 (2,157 total posts) < 1 second(s)
  • Re: Next question - How can I get the chat to save font size/name/color for the users?

    Dear kpcrash ,   About your customization, the steps are as follows:   1. One user login to chat room     URL: CuteChat\Chat Web Messenger standalone\Web\CuteSoft_Client\CuteChat\Channel.aspx     When user login, you need to read the setting data of this user from database, and then set ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Eric on August 25, 2009
  • Re: Set default font color?

    Thanks Adam - follow up question -  What we are trying to do is set up font colors for our clients to be able to select from versus hunt and peck and try and match their website theme.  I saw another post where you pointed someone to the following link...  ...
    Posted to Cute Editor for PHP (Forum) by strudel67 on September 30, 2008
  • Problem with Font control?

    Here I start in Normal Verdana up to this point -->Changed to Comic Sans MS. Of course, the whole prior typing also changed and that bug has been reported. The other problem now is when I press Enter:   The row changes back to Verdana...   I guess to make it the same font continually I should set the BreakElement to BR? If so, ...
    Posted to Cute Editor for .NET (Forum) by fredd on July 19, 2008
  • Re: Editor sets <font ....> Tag. Is this correct?

    Adam & Joerg, I could reproduce the problem using the provided example page: type some text in the editor highlight the text and replace it by typing new text wait for 2 seconds and you will see the font-tag showing up in the bottom bar We are experiencing this problem for a few weeks now and its rather ...
    Posted to Cute Editor for .NET (Forum) by edgarJakob on June 26, 2008
  • Re: Problem with stylesheet in page and images

    Hi, no I dont' use the EditorWysiwyModeCss property, the style is allready in my code, so it would be double.   Here's my code:   -------------------------- <%'template_1-M1%><html><head><meta http-equiv=''Content-Type'' content=''text/html; charset=iso-8859-1'' /><title>Noa ...
    Posted to Cute Editor for ASP (Forum) by Karin on July 7, 2006
  • Re: Problem with stylesheet in page and images

    Hi, here's my code (normal asp btw, is that a problem?):   -------------------------- <%'template_1-M1%><html><head><meta http-equiv=''Content-Type'' content=''text/html; charset=iso-8859-1'' /><title>Noa Nederland</title><link href=''/css/stijl.css'' rel=''stylesheet'' type=''text/css'' ...
    Posted to Cute Editor for .NET (Forum) by Karin on June 26, 2006
  • Displaying font name, size and style when moving inside the text

    Many web editor offer that feature, that should be available in CuteEditor. When moving in the text, the drop down that display css, font name and style should be adjusted to reflect the current cursor text style. Maybe not for selection that includes multiple styles but just the cursor should be enough. Example moving the cursor here ...
    Posted to Cute Editor for .NET (Forum) by jcmorin on May 27, 2005
  • Re: Pasting MS Word, loses format, changes font ?

    James, Let's try it here: I think the following code can only be understood by Word:       <p class=''MsoNormal''><span lang=''EN-GB'' style=''mso-bidi-font-family: Arial''>Paul Holmes MP</span><span lang=''EN-GB'' style=''FONT-FAMILY: &#39;Times New ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 5, 2005
  • Re: Font property

    mirza_h,   You can just disable those two dropdowns (font-name or the font-size).   Use the Editor.EditorBodyStyle and EditorWysiwygModeCss property to change the default font of editing area.   Editor.EditorWysiwygModeCss Property Specifies the location of the style sheet that will be used by the editable area. ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 14, 2007
  • Re: Font Changes Not working or Changing other texts(Color, Size)

     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 version. 
    Posted to Cute Editor for .NET (Forum) by Adam on October 16, 2006
« First ... < Previous 28 29 30 31 32 Next > ... Last »