![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
05/06/2013, 11:00
|
![Avatar de aid_val](http://static.forosdelweb.com/customavatars/avatar503308_1.gif) | | | Fecha de Ingreso: mayo-2013 Ubicación: Guanajuato
Mensajes: 302
Antigüedad: 11 años, 9 meses Puntos: 5 | |
Respuesta: tr en td tabla html Tendrais que hacerlo asi
<table>
<tr>
<td>
<table>
<tr>
<td> Nombre1</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table>
<tr>
<td> Nombre1</td>
</tr>
</table>
</td>
</tr>
</table> |