Forum Moderators: not2easy
<td align="center"><input tabindex="1" type="checkbox" name="Option_01" id="Option_01" value="1"></td>
<td align="center"><input tabindex="2" type="checkbox" name="Option_02" id="Option_02" value="1"></td>
All i need to know is there a way using css to hide the second option. Something along the lines of...
<style>
input.Option_02 {display: none;}
</style>
Thanks!