Hi
I have added a custom css file in editor like this
css file contains this
h1
{color: Red;}
now in format block dropdown "Heading 1" is still displaying black color but on selection in design it displays red color.
How can I simulate the custom css class to reflect in FormatBlock Dropdown ?
any suggestions would be highly appreciated.
Thanks
Rizwan Bashir
I have added a custom css file in editor like this
<CssFiles>
<telerik:EditorCssFile Value="StyleSheet/user_override.css" />
</CssFiles>
css file contains this
h1
{color: Red;}
now in format block dropdown "Heading 1" is still displaying black color but on selection in design it displays red color.
How can I simulate the custom css class to reflect in FormatBlock Dropdown ?
any suggestions would be highly appreciated.
Thanks
Rizwan Bashir