Is there a way to change the color of a button, or at least the color of the button label programmatically? I can change the label itself with
document.getE
Here is an example using HTML:
And here is an example using JavaScript:
document.getElementById("button").bgcolor="#Insert Color Here";