Hola, se me ocurrió (igual y a alguien ya se le había ocurrido también) este tipo de formato en una página: Lo siguiente es una tabla, pero quisiera que una página tubiera esta tabla en frames, las celdas estan como en espiral:
<html>
<head>
<title>Frames Espiral</title>
</head>
<body>
<table border>
<tr>
<td rowspan="4" width="50" height="200">Frame04</td>
<td colspan="4" width="200" height="50">Frame01</td>
</tr>
<tr>
<td rowspan="2">Frame08</td>
<td colspan="2" height="50">Frame05</td>
<td rowspan="4" height="200">Frame02</td>
</tr>
<tr>
<td width="100" height="100">Frame09</td>
<td rowspan="2">Frame06</td>
<tr>
<td colspan="2" height="50">Frame07</td>
</tr>
<tr>
<td colspan="4" width="200" height="50">Frame03</td>
</tr>
</table>
</body>
</html>
Intenté anidar frames pero no me resulto lo que quería , alguien me puede orientar ?! ...
Gracias...