Click to See Complete Forum and Search --> : Background color for button


Aronya1
08-06-2003, 11:25 PM
Can anybody tell me how to change the background color for a Submit button in a form? I'm sure it's simple, but I can't seem to make it work.

Thanks in advance.
Aronya1

AdamGundry
08-07-2003, 03:53 AM
I believe you can do this (CSS):

<input type="submit" style="background-color: yellow">

Adam

Charles
08-07-2003, 05:18 AM
That also works for the other kind of submit button:

<button type="submit" style="background-color:#f00">Submit</button>

Aronya1
08-07-2003, 02:20 PM
Thanks for the replies, guys. It works either way.

I KNEW it was simple! Many thanks.

fla5hba5h
08-08-2003, 02:04 AM
Yeah, you can add borders and all, too.