Editor background setting - where to change?

Last post 04-23-2008, 6:42 AM by sunsethill. 4 replies.
Sort Posts: Previous Next
  •  04-18-2008, 5:51 AM 39462

    Editor background setting - where to change?

    Hi - how can I set the background color of the editor?  I want it to be white - but as you can see in the screenshot, it is gray...

    Keep in mind this is DNN site - so I can't change the color in code - I'm hoping there is a setting for this.

  •  04-18-2008, 8:42 AM 39475 in reply to 39462

    Re: Editor background setting - where to change?

    sunsethill,
     
    Please open your web.config file.  In the CuteEditor section you can specify the background color like the following:

    EditorBodyStyle="background-color:#ffffff"
     
    Keep me posted.

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  04-21-2008, 3:39 PM 39584 in reply to 39475

    Re: Editor background setting - where to change?

    Hi,
     
    After making the change in web.config, the editor is still picking-up the background color of the skin ...
     
    EditorBodyStyle="background-color:#ffffff"
     
  •  04-21-2008, 4:10 PM 39588 in reply to 39584

    Re: Editor background setting - where to change?

    sunsethill, 
     
    I just checked this property in DNN. It works here.
     
    Do you have duplicate entries in your web.conf file?
     
    If you use the default skin of DNN will it work?

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  04-23-2008, 6:42 AM 39687 in reply to 39588

    Re: Editor background setting - where to change?

    Hi Adam,
     
    Here is a screenshot.
     
     
     
    And here is the code from web.config for the htmlEditor node:
     
     <htmlEditor defaultProvider="CEHtmlEditorProvider">
          <providers>
            <clear />
            <add name="FckHtmlEditorProvider"
      type="DotNetNuke.HtmlEditor.FckHtmlEditorProvider.FckHtmlEditorProvider, DotNetNuke.FckHtmlEditorProvider"
      providerPath="~/Providers/HtmlEditorProviders/Fck/"
      CustomConfigurationPath="~/Providers/HtmlEditorProviders/Fck/custom/FCKConfig.js"
      EnhancedSecurityDefault="false"
      SecureConfigurationPath="~/Providers/HtmlEditorProviders/Fck/custom/FCKConfigSecure.js"
      ImageGalleryPath="~/Providers/HtmlEditorProviders/Fck/fckimagegallery.aspx"
      ImageUploadPath="~/Providers/HtmlEditorProviders/Fck/fckimagegallery.aspx"
      ImageAllowedFileTypes="gif,png,bmp,jpg"
      FlashGalleryPath="~/Providers/HtmlEditorProviders/Fck/fckimagegallery.aspx"
      FlashUploadPath="~/Providers/HtmlEditorProviders/Fck/fckimagegallery.aspx"
      FlashAllowedFileTypes="fla,swf"
      LinksGalleryPath="~/Providers/HtmlEditorProviders/Fck/fcklinkgallery.aspx"
      DynamicStylesGeneratorPath="~/Providers/HtmlEditorProviders/Fck/FCKStyles.aspx"
      DynamicStylesCaseSensitive="true"
      DynamicStylesGeneratorFilter="controlpanel|filemanager|mainmenu|wizard"
      StaticStylesFile="~/Providers/HtmlEditorProviders/Fck/FCKeditor/fckstyles.xml"
      StylesDefaultMode="Static"
      DynamicCSSGeneratorPath="~/Providers/HtmlEditorProviders/Fck/FCKCSS.aspx"
      StaticCSSFile="~/Providers/HtmlEditorProviders/Fck/FCKeditor/editor/css/fck_editorarea.css"
      CSSDefaultMode="static" spellCheck="ieSpell"
      AvailableToolbarSkins="Office2003,Silver"
      DefaultToolbarSkin="Office2003"
      AvailableToolBarSets="DNNDefault,Default,NoGallery,Basic"
      DefaultToolbarSet="DNNDefault"
      DefaultImageGallerySkin="Default"
      DefaultFlashGallerySkin="Default"
      DefaultLinksGallerySkin="Default"
      FCKDebugMode="false"
      UseFCKSource="false"
      OptionsOpenMode="ShowModalDialog"
      CustomOptionsDialog="Admin" />
          <add name="CEHtmlEditorProvider"
            type="DotNetNuke.HtmlEditor.CEHtmlEditorProvider, DotNetNuke.CEHtmlEditorProvider"
            providerPath="~\Providers\HtmlEditorProviders\CEHtmlEditorProvider\CuteSoft_Client\CuteEditor\"
            UseDNNRootImageDirectory="true"
            RemoveServerNamesFromUrl="true"
            UseRelativeLinks="true"
         RenderRichDropDown="true"
         UseSimpleAmpersand="false"
         CustomCulture=""
         ThemeType="Office2003_BlueTheme"
         DisableAutoFormatting="true"
         BreakElement="div"
         EditorBodyStyle="background-color:#ffffff"
         Admin_AutoConfigure = "Full_noform"
         Admin_SecurityPolicyFile = "admin.config"
         Admin_TemplateItemList = ""
         Admin_DisableItemList = ""
         Admin_AllowPasteHtml  ="true"
         Admin_EditorOnPaste  = "default"
         Admin_ReadOnly = "false"
         Admin_ShowBottomBar ="true"
         Admin_ShowHtmlMode  ="true"
         Admin_ShowPreviewMode  ="true"
         Admin_EnableStripScriptTags  ="false" 
         Admin_EnableContextMenu    = "true"
         Admin_EnableContextMenuEditing  = "true"  
         Admin_EnableContextMenuFormat   = "true"
         Admin_EnableContextMenuInsert  = "true"
         Admin_EnableContextMenuInsertAdvanced  = "true"
         Admin_EnableContextMenuInsertFiles = "true"
         Admin_EnableContextMenuInsertForms = "false"
         Admin_EnableContextMenuRelative = "true"
         Admin_EnableContextMenuTags = "true"
         Admin_EnableContextMenuVerbs = "true"          
        
         Registered_AutoConfigure = "Full_noform"
         Registered_SecurityPolicyFile = "default.config"
         Registered_TemplateItemList = ""
         Registered_DisableItemList = ""
         Registered_AllowPasteHtml  ="true"
         Registered_EditorOnPaste  = "default"
         Registered_ReadOnly = "false"
         Registered_ShowBottomBar ="true"
         Registered_ShowHtmlMode  ="true"
         Registered_ShowPreviewMode  ="true"
         Registered_EnableStripScriptTags  ="false"
         Registered_EnableContextMenu    ="true" 
         Registered_EnableContextMenuEditing  = "true"  
         Registered_EnableContextMenuFormat   = "true"
         Registered_EnableContextMenuInsert  = "true"
         Registered_EnableContextMenuInsertAdvanced  = "true"
         Registered_EnableContextMenuInsertFiles = "true"
         Registered_EnableContextMenuInsertForms = "false"
         Registered_EnableContextMenuRelative = "true"
         Registered_EnableContextMenuTags = "true"
         Registered_EnableContextMenuVerbs = "true"   
        
         Guest_AutoConfigure = "Minimal"
         Guest_SecurityPolicyFile = "default.config"
         Guest_TemplateItemList = ""
         Guest_DisableItemList = ""
         Guest_AllowPasteHtml  ="true"
         Guest_EditorOnPaste  = "default"
         Guest_ReadOnly = "false"
         Guest_ShowBottomBar ="true"
         Guest_ShowHtmlMode  ="true"
         Guest_ShowPreviewMode  ="true"
         Guest_EnableStripScriptTags  ="false"
         Guest_EnableContextMenu    ="true"  
         Guest_EnableContextMenuEditing  = "true"  
         Guest_EnableContextMenuFormat   = "true"
         Guest_EnableContextMenuInsert  = "true"
         Guest_EnableContextMenuInsertAdvanced  = "true"
         Guest_EnableContextMenuInsertFiles = "true"
         Guest_EnableContextMenuInsertForms = "false"
         Guest_EnableContextMenuRelative = "true"
         Guest_EnableContextMenuTags = "true"
         Guest_EnableContextMenuVerbs = "true"  
        
         Test_AutoConfigure = "Simple"
         Test_SecurityPolicyFile = "default.config"
         Test_TemplateItemList = ""
         Test_DisableItemList = ""
         Test_AllowPasteHtml  ="true"
         Test_EditorOnPaste  = "default"
         Test_ReadOnly = "false"
         Test_ShowBottomBar ="true"
         Test_ShowHtmlMode  ="true"
         Test_ShowPreviewMode  ="true"
         Test_EnableStripScriptTags  ="false"
         Test_EnableContextMenu    ="true"  
         Test_EnableContextMenuEditing  = "true"  
         Test_EnableContextMenuFormat   = "true"
         Test_EnableContextMenuInsert  = "true"
         Test_EnableContextMenuInsertAdvanced  = "true"
         Test_EnableContextMenuInsertFiles = "true"
         Test_EnableContextMenuInsertForms = "false"
         Test_EnableContextMenuRelative = "true"
         Test_EnableContextMenuTags = "true"
         Test_EnableContextMenuVerbs = "true"  
            />
        
          </providers>
        </htmlEditor>
     
    ********************
     
    Please let me know if I can be of further assistance to troubleshoot this issue.
     
    Regards, Al
View as RSS news feed in XML