Bullschmidt
07-28-2006, 06:20 PM
How can I make one particular checkbox's checkmark be red?
1) I tried this but the checkmark is still black:
<input style="color:red" type="checkbox" name="DoNotUse" "checked" value="Yes">
2) And I tried this but the checkmark is still black:
<font color="red">
Hello there
<input type="checkbox" name="DoNotUse" "checked" value="Yes">
</font>
And interestingly in #2 above the words "Hello there" DO show up as red but not the checkmark in the checkbox field.
Thanks in advance!
1) I tried this but the checkmark is still black:
<input style="color:red" type="checkbox" name="DoNotUse" "checked" value="Yes">
2) And I tried this but the checkmark is still black:
<font color="red">
Hello there
<input type="checkbox" name="DoNotUse" "checked" value="Yes">
</font>
And interestingly in #2 above the words "Hello there" DO show up as red but not the checkmark in the checkbox field.
Thanks in advance!