CSS Classes

  •  01-31-2012, 11:23 AM

    CSS Classes

    Hi,
     
    Is it possible to add the following style to example.css, and apply it within the editor to text.
     
    h1.Header {
     font-weight:bold;
    }
     
    From what I can see I can only add css styles that appear as span tags within the HTML.
     
    thanks.
View Complete Thread