Forum Moderators: not2easy
try this with css.
.checkbox {
background-color: white;
border: 1px solid black;
}
and give the checkbox that class
ie:
<input type="checkbox" class="checkbox" value="whatever">
not sure if it will work but worth a go.
geoff