Re: Editor Styles ContentCSS - Class Parse issue

  •  04-06-2016, 10:55 AM

    Re: Editor Styles ContentCSS - Class Parse issue

    hi,

     

    it works fine for me.

     

    below is my editor code, I using example.css as the content css.

     

    1. <RTE:Editor ID="Editor1" runat="server" ContentCss="~/example.css" />  

     

    and I using the style setting below in the example.css

     

    1. .text-style {  
    2.       color:red;   
    3. }   
     

    last, I tested the simple html below in the editor

     

    1. <div class="text-style">abc</div>  
     

    regards,

     

    Ken 

View Complete Thread