PDA

View Full Version : Changing bg of the login form?



Wubaz
September 16th, 2009, 15:09
Well, title explains some of it, proving picture of exactly what i mean:
http://i29.tinypic.com/2i6gqhl.png
That is a pic, not from a website. I dont care if its HTML, XHTML or anything, just so i can get the code.

HostAmigo
September 18th, 2009, 02:47
The CSS background property should do it : http://www.w3schools.com/Css/pr_background-color.asp

Dynash
September 19th, 2009, 17:07
Where you have your inputs you can put this;


<input type="text" name="username" id="username" style="background-color:#000000;"></input>