Background color for button

liunx

Guest
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.<br />
<br />
Thanks in advance.<br />
Aronya1<!--content-->I believe you can do this (CSS):<br />
<br />
<input type="submit" style="background-color: yellow"><br />
<br />
Adam<!--content-->That also works for the other kind of submit button:<br />
<br />
<button type="submit" style="background-color:#f00">Submit</button><!--content-->Thanks for the replies, guys. It works either way.<br />
<br />
I KNEW it was simple! Many thanks.<!--content-->Yeah, you can add borders and all, too.<!--content-->
 
Back
Top