Click to See Complete Forum and Search --> : How to change the color of the buton?


boching
06-09-2006, 06:44 PM
here is my code


<br>
<input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);">
<input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.pause(); playstate=2;">
<input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.stop(); playstate=2;">


i want to change it with this color #AAC8A0 please help

bathurst_guy
06-10-2006, 12:44 AM
style="background-color:#aac8ao"