I am using cute editor in my project. I have applied CSS to CuteEditor using EditorWysiwygModeCss.
body
{
font-family:Arial;
font-size:12px;
font-weight:normal;
text-decoration:normal;
}
And it is working properly .
After that when user write any text in CuteEditor , css apply to all content present in box.
but if u look in html code of that content then <font > tag didn’t get applied to content which is very annoying. If I try to display that content in web browser then by default IE Times new roman font get applied to content.
Pls solve this ASAP