| |||
Duda sobre <Div> gente necesito hacer una tabla de 5filas*5columnas y quisiera hacerla en DIV pero no encuentro ningun manual y el tiempo me juega en contra y no lo hago con una tabla ya que pese a seleccionar nowarp me modifica el tamaño de las celda. cualquier ayuda se agradece |
| ||||
Respuesta: Duda sobre <Div> ¿Es una tabla lo que necesitas hacer? es decir, ¿son datos tabulados? Añade a la css table-layout: fixed; y no cambiarán las dimensiones por el contenido.
__________________ Visita mi nueva web idplus.org |
| |||
Respuesta: Duda sobre <Div> hola, te cuento tengo que enviar un newsletter y se me ocurrio este codigo <body> <table width="674" border="0" bgcolor="#000000"> <tr> <td width="150" height="80" nowrap="nowrap"> </td> <td width="17" rowspan="5" background="http://www.elcoyo.com.ar/imagenes/guarda.gif"> </td> <td><a href="http://www.elcoyo.com.ar/imagenes/encabezado.jpg"><img width="330" height="75" border="0" /></a></td> <td width="17" rowspan="5" background="http://www.elcoyo.com.ar/imagenes/guarda.gif"> </td> <td width="150" nowrap="nowrap"> </td> </tr> <tr background="http://www.elcoyo.com.ar/imagenes/guarda1.gif"> <td width="150" height="17" nowrap="nowrap"> </td> <td height="17" nowrap="nowrap"> </td> <td width="150" height="17" nowrap="nowrap"> </td> </tr> <tr> <td width="150" height="400" nowrap="nowrap"> </td> <td height="400" bgcolor="#000000"><span class="style1">Mensaje de Prueba</span></td> <td width="150" height="400" nowrap="nowrap"> </td> </tr> <tr background="http://www.elcoyo.com.ar/imagenes/guarda1.gif"> <td width="150" nowrap="nowrap"> </td> <td nowrap="nowrap"> </td> <td width="150" nowrap="nowrap"> </td> </tr> <tr> <td width="150" height="20" nowrap="nowrap"> </td> <td height="20" nowrap="nowrap"> </td> <td width="150" height="20" nowrap="nowrap"> </td> </tr> </table> </body> pero hay veces que las columnas se me hachicaban cosa q nunca me paso cuando trabaje (lo poco q trabaje) con div. el hecho es q creo q con ese codigo la tabla no se modificaria, pero no se como meterla en el mail para que me quede bien, si sabes como ayudarte te lo agradecere mucho |