-
20 Aug 2008 2:34 AM #1
How to set textarea font size to monospace size ?
How to set textarea font size to monospace size ?
Dear All:
Currently,I have a question that I want to set font of textarea class
cause I want each letter has same size, ex: "W" & "i" or "-" should same size
but I don't know how to configure it
Thanks for any reply
Best Regards.
-
20 Aug 2008 3:57 AM #2
Set a css style:
Code:textarea { font-family: myFont }Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!



Reply With Quote