For some reason my check boxes in a table aren't being displayed.
My code for the table:
<table>
<tr>
...
<td><input type="checkbox" name="vehicle" value="Bike" />Hi</td>
...
</tr>
</table>
However, all I see is the Hi
being displayed but no check box.
Aucun commentaire:
Enregistrer un commentaire