View Full Version : Form Background Color
quinnrd
03-08-2003, 11:32 PM
Does anyone know if its possible to change the background color of a form ?
ASAAKI
03-09-2003, 12:45 AM
<FORM style="background-color:yellow">
...
</FORM>
or
<style>
form{
background-color:yellow;
}
</style>
<form>
....
</form>
:)
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.