Hi,
I'm trying to set the default font properties of the saved content.
I've got a RadEditor control, I'm setting the default font and text color for the editor like below:
Which works fine in the editor, however, when I save the content, using RadEditor1.Content, that styling isn't kept.
How can I set the default font and text color so that it gets saved when I save the content?
Cheers,
Ola
I'm trying to set the default font properties of the saved content.
I've got a RadEditor control, I'm setting the default font and text color for the editor like below:
<telerik:RadEditor runat="server" ID="RadEditor1"> <CssFiles> <telerik:EditorCssFile Value="~/EditorContentArea.css" /> </CssFiles> </telerik:RadEditor>How can I set the default font and text color so that it gets saved when I save the content?
Cheers,
Ola
