Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q2076 How can I change the background colour of a button?

You are here: irt.org | FAQ | HTML | Q2076 [ previous next ]

You can use something similar to the following:

<input type=button style="background-color:blue" value="Click Me">

This is compatible with all browsers which support CSS.

Feedback on 'Q2076 How can I change the background colour of a button?'

©2018 Martin Webb