DNN 5.1.1 - Editor not picking up styles from DNNGeneral.css

  •  08-21-2009, 10:12 AM

    DNN 5.1.1 - Editor not picking up styles from DNNGeneral.css

    Hi,
     
    I am using the editor in a DNN 5.1.1 website.
     
    In web.config, I have:
     
    EditorWysiwygModeCss="~\Providers\HtmlEditorProviders\CEHtmlEditorProvider\DNNGeneral.css"
     
    In DNNGeneral.css, I have:
     
    Body
    {
        background-color: white;
        FONT-WEIGHT: normal; 
        FONT-SIZE: 11px;
        COLOR: #000000;
        FONT-FAMILY: "Trebuchet MS";
        text-decoration: none;
        line-height:1.5;
        padding:0px;
    }
     
    When viewing the editor in HTML view, it is picking up these styles:
     
     
    When viewing the editor in Normal or Preview mode, it does not pick up the styles from the body section:
     
     
    Any ideas what I may be doing wrong.  I really need the editor to show content with the styles from the body section of DNNGeneral.css,
     
    Thanks, Al
     
     
View Complete Thread