a question i sure wont be that hard to answer for you

liunx

Guest
ok made a form but i want it to be implememnted within the site colour scheme so how i change the colours of the boxes? you know like a text field where say you enter your username etc i need that to be changed in colour from the usual white.<!--content--><input type="text" style="background: green; color:yellow"><br />
Gives yellow text on a green background.<br />
<br />
If there's a lot of them:<br />
<style><br />
.GreenAndGold { background: green; color: yellow }<br />
</style><br />
<br />
<input type="text" class="GreenAndGold"><!--content-->
 
Back
Top