How to style CuteEditor with custom Css

  •  07-27-2007, 8:10 AM

    How to style CuteEditor with custom Css

    Hello,
     
    I use one module for different purposes which each have their own stylesheet and their own layout.
     
    Now when I give CuteEditor property "CssClass" the value "ceInputMessage", I cannot style the editor by width and height.
     
    For example :
     
    table.ceInputMessage
    {
       width : 400px;
    }
     
    Nothing happens. :(
     
    I removed all the references to stylesheets in the properties list. Still the editor isn't affected by my stylesheets.
     
    Friendly regards,
    Mathijs
     
     
     
View Complete Thread