I have this:
And in my radeditor.css:
The problem is, the editor's text will have these font styles only in Firefox. In IE, it just shows text with ugly times new roman and 12px. Dont know what i am missing. Its fine in firefox...
| <telerik:RadEditor id="radEditor" runat="server" > |
| <CssFiles> |
| <telerik:EditorCssFile Value="~/css/radeditor.css" /> |
| </CssFiles> |
| </telerik:RadEditor> |
And in my radeditor.css:
| body |
| { |
| font-size:12px; |
| font-family:Arial; |
| } |
The problem is, the editor's text will have these font styles only in Firefox. In IE, it just shows text with ugly times new roman and 12px. Dont know what i am missing. Its fine in firefox...
