Log in

View Full Version : Editing Form Colors..?



lorelord
02-02-2008, 10:29 PM
Is there any way to change the COLORS of any part of a form element? I'm just looking for something basic, nothing fancy unless there's no choice.

Nile
02-03-2008, 12:13 AM
You mean like the border of the input field? Or the text?
Input border:

<input type="text" style="border:1px solid blue" />
And for the text:

<input type="text" style="color:blue;" />

lorelord
02-03-2008, 07:24 PM
omg thank you very much!! That's exactly what I was looking for, thanks ^^