Search

You searched for the word(s): EditorBodyStyle
Showing page 8 of 20 (191 total posts) < 1 second(s)
  • Re: Customizing Toolbars in DNN3.1

    Yes, you need to modify the web.config file instead of the CEHtmlEditorProvider.vb file.    <add name=''CEHtmlEditorProvider''         type=''DotNetNuke.HtmlEditor.CEHtmlEditorProvider, DotNetNuke.CEHtmlEditorProvider''         ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 2, 2006
  • Re: Error Message in DNN

    Unable to do that Adam, this is a corporate environment and the site is not available to the outside. What else do you require besides that?  Here is the entire webconfig for the editor....... <dotnetnuke>   <htmlEditor ...
    Posted to Cute Editor for .NET (Forum) by jhoelz on May 5, 2005
  • Re: Setting default input style

    Thanks. Ken. However, set EditorBodyStyle="color:red" will affect all texts, my problem is, my user will write some comments among a existed paragraph, and this original paragraph's font is black. And my user wants to input the comments with red color without clicking "Font color" button, is there a way to do that?
    Posted to Cute Editor for .NET (Forum) by Sophie315 on May 31, 2013
  • Re: CuteEditor & DNN 4.4.0

    Adam,   >> Can you change it to EditorBodyStyle=''background-color:#ff0000;text-align:left'' and test again?   Did as requested, no change tot he Editor Background color.   >>  <security name=''ImageGalleryPath''>~/uploads</security>   I tried absolute, Relative and Physical paths. In each ...
    Posted to Cute Editor for .NET (Forum) by Recovery1 on January 17, 2007
  • need help to compile

    I tried to compile a modified CEHtmlEditorProvider.vb under VS2008 Express and I get some error issue. Does somebody could try to compile that for me and tell me which version I should use ???   ' ' DotNetNuke - http://www.dotnetnuke.com ' Copyright (c) 2002-2004 ' by Shaun Walker ( sales@perpetualmotion.ca ) of Perpetual Motion ...
    Posted to Cute Editor for .NET (Forum) by greg1804 on July 13, 2009
  • Problem with setting up a default font for the editor text area

    I have a problem setting up the default editor font for the text area.  After searching the forums, I found two properties mentioned that should help me do this.  EditorWysiwygModeCSS and EditorBodyStyle.   First I tried setting the EditorWysiwygModeCSS to point to a stylesheet (Editor.css).  The editor.css file has the ...
    Posted to Cute Editor for .NET (Forum) by ralc001 on June 15, 2008
  • Re: Fonts - text area and default

    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 = ''example.css,~/portal.css,/default.css''     ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 12, 2007
  • Re: Unwanted <p> tags

    This is an example of some obvious browser compatibility bugs. Will they be fixed?   Here's a comparison of how the two browsers handle Cute entries. Versions IE 7 and Firefox 3   TEST ONE:  BreakElement=''P''   IE encloses each line in opening and closing <p> tags Firefox does the same   TEST TWO  ...
    Posted to Cute Editor for .NET (Forum) by GDB on July 4, 2008
  • Re: DNN 3.1.1, Cute Editor 5 - Setting the EditorBodyStyle property in Web.config

    Can you explain more details? Suggestion: if your web site background-Color is black, you may need to use the black background in the editor as well. Hope it helps.  
    Posted to Cute Editor for .NET (Forum) by Adam on September 13, 2005
  • Re: Modifying Editor Styles and toolbar items

    Hi Ken Thanks again for the quick reply.  I tried both EditorWysiwygModeCss and EditorBodyStyle (I'm assuming this is just a style, not a css class) - and had no luck.  This is what my editor properties look like.  The PreviewModeCss is the css witth the lighter text.  I've tried to remove that as well, but all the drop downs ...
    Posted to Cute Editor for .NET (Forum) by valya on September 16, 2009
« First ... < Previous 6 7 8 9 10 Next > ... Last »