EditorWysiwygModeCss and Css Class dropdown not displaying in editor correctly

  •  08-15-2007, 8:43 AM

    EditorWysiwygModeCss and Css Class dropdown not displaying in editor correctly

    Hello
     
    I have set up a stylesheet and am pointint to it with EditorWusuwygModeCss. I see the body background colour change so I know it has found the CSS. I have AutoParseClasses turned off and only one class defined in Common.config, the class name is PageHeader and in the stylesheet looks like this;
     
    .PageHeader
    {
       font-size:24px;
       font-weight: bold;
       display:block;
       margin-bottom:8px;
       color:#6060a0;
    }
     
    The HTML that is created by CE looks like this;
     
    <span class="PageHeader">sdsdf</span>
     
    But the display (normal view or preview), only shows the text getting bold, no colour change or size change at all.
     
    Any ideas what I am doing wrong?
     
View Complete Thread