![]() |
How do I change the color of a form field?
How do I change the color of a form field?
??????? I dont like it white , I want to make it more pretty :helpme :helpme |
Quote:
|
Upgrade your Q factor to the new Xo factor.
|
Quote:
I am emailing Lens now and telling him you are infringing on my sig :feels-hot |
use a cascading style sheet
:) |
input type="text" hahahahahahahahabackground-color:#FFCC00"
|
Quote:
|
Quote:
|
Look around your apartment and find a computer book about CSS. I'm sure there's one around there somewhere.
|
CSS
|
css then
input type="text" class="css_name" i normally use somethin like txt, hit me up if you need any more help |
hahahahahahaha TYPE="text" SIZE="50" hahahahahahahahabackground:00BFFF">
|
Hi Juicy,
Put the following into an external stylesheet or add it to the hahahahahaha></head> section of your html page: .input1a { width: 160px; border: 1px solid #333333; color: #CCF49B; background-color: #65AB10; width: allows you to control the size of the form field (in pixels) the border allows you to give the form field .... a border color: controls the color of the font that's input into the form field background-color: controls the colour of the inside of the form field Once this is done, make sure your form field has the style attached to it like so: hahahahahahaha name="Email" class="input1a"> note the class="input1a" also, you can add a maxlength attribute like: hahahahahahaha name="Email" class="input1a" maxlength="60"> but adding a size attribute is pointless since you're controlling the width of the form field via your css. Hope that helps. =RS= |
All times are GMT -7. The time now is 09:47 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123