Author
How do I change font color in text area
Sushmit Dutt
Greenhorn
Joined: Nov 03, 2003
Posts: 1
posted Nov 03, 2003 22:29:00
0
How does one change the font color in a text area? I have a page for which parameters can be inserted into a mesage, and I want the parameters to be a different color (and bold), so that they are distinguishable from the rest of the text in the textarea. Sushmit
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56185
posted Nov 03, 2003 23:51:00
0
Sorry, no can do. bear
[Smart Questions ] [JSP FAQ ] [Books by Bear ] [Bear's FrontMan ] [About Bear ]
Mathews P Srampikal
Ranch Hand
Joined: Nov 26, 2002
Posts: 211
posted May 13, 2010 03:21:57
0
hi,
This is what exactly needed . Please guide us.
Thanks
Thanks,
Mathews
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
posted May 13, 2010 06:22:58
0
Are you both working together? Than why did ypu both ask same question. As the other post said, it is IMPOSSIBLE to do with a textarea.
You need to use a WYSIWYG editor. CKEditor is one choice, YUI Editor is another.
Eric
subject: How do I change font color in text area