Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: Setting font for editor textarea
Re: Setting font for editor textarea
07-15-2008, 5:16 PM
ralc001
Joined on 10-25-2006
Posts 32
Re: Setting font for editor textarea
Reply
Quote
I also tried specifying an actual font instead of just the font family in the css and it still doesnt work
e.g.
TEXTAREA
{
font-size: 10pt;
color: black;
font-family: Arial;
font: Arial;
}
View Complete Thread