Ver Mensaje Individual
  #1 (permalink)  
Antiguo 25/11/2009, 18:15
Avatar de eliza_ralves
eliza_ralves
 
Fecha de Ingreso: junio-2009
Ubicación: Caracas
Mensajes: 126
Antigüedad: 14 años, 10 meses
Puntos: 2
Exclamación 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>