Ver Mensaje Individual
  #2 (permalink)  
Antiguo 24/05/2006, 20:39
Avatar de Edypu
Edypu
 
Fecha de Ingreso: octubre-2003
Ubicación: La Paz - Bolivia
Mensajes: 394
Antigüedad: 20 años, 6 meses
Puntos: 1
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