Click to See Complete Forum and Search --> : Button text colors ?


pmugghc
01-14-2003, 05:22 AM
Can't you set the color of buttons ? I tried the following, the font size has effect, but not the color.

<INPUT TYPE="button" NAME="button" Value="Show" onClick="showlang(this.form)"
STYLE="TEXT=blue; P { color : blue; font-size : 14pt;} ">

How about background color of the button ?

Thanks, Roland

gil davis
01-14-2003, 05:59 AM
<input type="button" style="color: blue; background-color: lightgrey; font-size: 14pt" value="Show" onclick="...">