![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
25/11/2009, 18:15
|
![Avatar de eliza_ralves](http://static.forosdelweb.com/customavatars/avatar310050_5.gif) | | | Fecha de Ingreso: junio-2009 Ubicación: Caracas
Mensajes: 126
Antigüedad: 15 años, 7 meses Puntos: 2 | |
Problema con HTML y Ruby & Rails Hola!! Quiero saber como implementar el siguiente codigo html para Ruby, ya que no acepta tablas sino <div>
<table width="800">
<tr>
<td width="295" align="center">Categorias</td>
<td width="489"><table width="492">
<tr>
<td width="152">Fecha</td>
<td width="152">Evento</td>
</tr>
</table></td>
</tr>
</table> |