Hello!
I need my users to enter a title for a document. I am using the RadEditor as the input control for this value.
When the value is rendered on our website, it is wrapped in a hyperlink tag (<a>) and a style is applied to it which gives it a font of Arial.
However, when the users run the editor window, the text they enter is showing a font of Times New Roman. This is making them cry.
I tried setting the RadEditor.CssClass to ".arialstyle" and the ContentAreaCssFile points to the stylesheet containing this:
a, a:link, a:visited, .arialstyle
{
font-family: Arial, Helvetica, Sans-Serif;
color: #900;
font-size: 10pt;
font-weight: normal;
text-decoration: none;
}
However when the page loads and I start typing in the editor, it's still in Times New Roman. Again, this is making them cry tears of hot rage which splash upon my brow and scald my tender skin. Please assist.
I need my users to enter a title for a document. I am using the RadEditor as the input control for this value.
When the value is rendered on our website, it is wrapped in a hyperlink tag (<a>) and a style is applied to it which gives it a font of Arial.
However, when the users run the editor window, the text they enter is showing a font of Times New Roman. This is making them cry.
I tried setting the RadEditor.CssClass to ".arialstyle" and the ContentAreaCssFile points to the stylesheet containing this:
a, a:link, a:visited, .arialstyle
{
font-family: Arial, Helvetica, Sans-Serif;
color: #900;
font-size: 10pt;
font-weight: normal;
text-decoration: none;
}
However when the page loads and I start typing in the editor, it's still in Times New Roman. Again, this is making them cry tears of hot rage which splash upon my brow and scald my tender skin. Please assist.
