intenta de esta manera :
Código HTML:
<form name="form1" method="post" action="">
<table border="1" cellpadding="4" cellspacing="0"> <tr>
<td> <input type="checkbox" name="checkbox" value="checkbox">
</td>
<td class="bold">usuario</td>
<td class="bold">asunto</td>
<td class="bold">fecha</td>
</tr>
</table> </form>
Saludos