CuteEditor not Using Sylesheet's Font-Size

  •  07-30-2004, 11:48 AM

    CuteEditor not Using Sylesheet's Font-Size

    Hello,

     
    I have a stylesheet linked to the same page that a CuteEditor is on.  I set the CssClass of the editor to be EDITORBODY where...
     
    .EDITORBODY
    {

        font-family: Verdana;

        font-size: 2;

    }
     
    If I change the font-family and re-load my page, the default font used by the CuteEditor does change.  However, if I change the font-size, the default font-size used by the CuteEditor does NOT change.  I have tried using different combinations of font-sizes (e.g, 2, 15px, large) but none of these seem to work.  Any one come across this before?
View Complete Thread