Nose si sea posible de lograr; ya que he buscado mucho tiempo y aún no soluciono esto. Por favor ayuda.
Deseo pasar el table a div; porque he leído que no se debe usar table para "maquetar" las páginas; sino los divs, pero no logro el rowspan con los div.
No solo busco la solución para este código, también una breve explicación si no se les hace mucha molestia; para que no sea el único en aprender
.
Código HTML:
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<html>
<head>
<title>
¡Bienvenidos a Nice Roms!
</title>
<link href='https://dl.dropbox.com/s/lvy7350unsv32hv/stylesheet.css' rel='stylesheet' type='text/css'/>
</head>
<body>
<div id='encabezado'>
<table>
<tr>
<td rowspan='3'><img class='img-logo'/></td>
<td class='cell cell-fecha'>Fecha</td>
</tr>
<tr>
<td class='cell cell-top'>Top</td>
</tr>
<tr>
<td class='cell cell-rep'>Rep</td>
</tr>
</table>
</div>
<div id='contenido'>
2
</div>
<div id='pie_de_pag'>
3
</div>
</body>
</html>
Si necesitan algún otro recurso me avisan: