I need to change the default font size in the radEditor and I'm not having success. This will be for both edit and non-edit modes.
Does anybody know how to do this? Currently the font is size 11px but I want it bigger when the user initially clicks into the editor.
For the surrounding asp controls I have simply applied a style with the font size
style="font-size:medium; font-weight:bold"
Is there a similar style that will work in the radEditor?
I've also tried using a CSSClass directing it to use this
.tempstyle {font-family: Tahoma; font-size: 20px !important; color: green;}
My site uses a single style sheet but no themes.
Any help is appreciated.
Does anybody know how to do this? Currently the font is size 11px but I want it bigger when the user initially clicks into the editor.
For the surrounding asp controls I have simply applied a style with the font size
style="font-size:medium; font-weight:bold"
Is there a similar style that will work in the radEditor?
I've also tried using a CSSClass directing it to use this
.tempstyle {font-family: Tahoma; font-size: 20px !important; color: green;}
My site uses a single style sheet but no themes.
Any help is appreciated.