Search

You searched for the word(s): font
Showing page 43 of 216 (2,157 total posts) < 1 second(s)
  • Re: Font and Size dropdown issues

    Hello, thanks for reply.  In your example everything is working perfectly. But i didn't find latest build on download page, i saw only 6.3 (updated 2009-03-30).. maybe i looked not in right place. So i used to download JS scripts directly from your example page and now seems fine. But can it cause some other bugs appear, that i use old ...
    Posted to Cute Editor for .NET (Forum) by lvkae on April 16, 2009
  • CuteEditor 6.3 problem with pasting Word HTML - not removing font styles

    HI ,   i´m using cute editor version 6.3.0.0 which works fine.   But I´ve a problem with pasting word HTML (Office 2007) into the cute editor.   I use: CE1.EditorOnPaste = CuteEditor.PasteBehavior.ConfirmWord   In the pasted HTML the unneccessary Word HTML is removed, but the font styles are still ...
    Posted to Cute Editor for .NET (Forum) by Tony43 on May 3, 2009
  • Re: Problem with setting up a default font for the editor text area

    ralc001,   This will not work:   edtField10.EditorBodyStyle = ''textarea { font:normal 12px arial; }''   This is correct:   <CE:Editor id=''Editor1'' runat=''server'' EditorWysiwygModeCSS=''Editor.css''></CE:Editor>     TEXTAREA { font-size: 10pt; color: black; font-family: Verdana, ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 16, 2008
  • Re: Is there a way to populate or modify items of the dropdown from javascript?

    There is no javaScript API that allows you do this directly.   However if you are familar with JavaScript, you can populate the RichDropDownList using javaScript easily.   Here is the html code of FormatBlock dropdown.    To add your own span item, you need to follow the steps below.   1. Get FormatBlock dropdown ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 13, 2007
  • Sample - HTML filter to only keep basic format

    I thought I would share this for anyone looking to do something similar. The idea here is to be able to paste in content and keep only basic formatting such as new lines, bold, italic, underline and lists.  Anything else such as fonts, font-size, links etc are dropped. This allows content from multiple sources to be easily combined without ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by ederkley on April 10, 2013
  • Printed output being shrunk

    CE appears to be shrinking content to fit into a page when printing.   Images that I insert into the CE editor are getting shrunk when being printed. So is text.   To demonstrate this, I start by placing this code in Microsoft FrontPage and printing it:   <html>     <head>     ...
    Posted to Cute Editor for .NET (Forum) by fredd on May 12, 2007
  • Re: Toolbar not showing

    view source   <!-- CuteEditor _ctl6:_ctl1:_ctl4 Begin --> <input type=hidden name='_ctl6:_ctl1:_ctl4:ClientState' value=''/><input type=hidden name='_ctl6:_ctl1:_ctl4:PostBackHandler'/><link rel=''stylesheet'' ...
    Posted to Cute Editor for .NET (Forum) by SUperDave on May 15, 2006
  • Re: format block... restricting paragraph styles

    thanks for the rapid response.   Well, I'm scratching my head.   I've modified one of the demos, and indeed, the problem can't be reproduced.  However, in my application, it fails.  Though I realize it's got to be some coding error of my own, i'm hoping you can lend some insight?   When I use the <FormatBlock> ...
    Posted to Cute Editor for .NET (Forum) by davidMi on May 11, 2006
  • Reformatting issues with the editor

    Hi Adam, I am referencing a previous post: http://www.cutesoft.net/forums/9033/ShowPost.aspx, as my example.  I tried to test my code using your 2 online editors as suggested here, with the disableAutoFormatting turned on and off, both produced the same behavior as I am receiving on my app, which is to alter the actual HTML tags.  ...
    Posted to Cute Editor for .NET (Forum) by jlloyd55 on August 30, 2005
  • Code added

    Hi,Please find the code below.  Another point that could be important: we have several editors on the same page, each of them got a specific id.  The file 'editor.css' is in the same folder as default.aspx--default.aspx<ce:Editor id=''EditorContent'' EditorWysiwygModeCss=''editor.css'' runat=''server'' Visible=''true'' ...
    Posted to Cute Editor for .NET (Forum) by olivierv on August 17, 2005
« First ... < Previous 41 42 43 44 45 Next > ... Last »