English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Can you change the color of text typed in

2006-11-30 04:30:50 · 3 answers · asked by f1avor_f1av 3 in Computers & Internet Programming & Design

3 answers

you need css





2006-11-30 04:35:02 · answer #1 · answered by arus.geo 7 · 0 0

For css, simply change the color attrib of a text area:

input, textarea
{
color: #ff0000;
}

2006-11-30 04:35:23 · answer #2 · answered by rentaprogrammer 2 · 1 0

In your CSS portion you can use something like this:
.textfield {background-color:white; font: 8pt/8pt arial; color:#ff0000; text-decoration: none}

And later on in your text input portion you can use something like this:

2006-11-30 04:37:18 · answer #3 · answered by HopeURSatisfiedW/MyAnswers 3 · 0 0

fedest.com, questions and answers