Yo vengo de la época de las tablas y quiero "mudar" la web con una buena hoja de estilos, pero me está resultando muy lento.
Ejemplo de la estructura totalmente funcional en tablas:
Código HTML:
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Documento sin título</title> </head> <body style="margin:0px; height:100% "> <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td height="80" colspan="2" bgcolor="#006699"> </td> </tr> <tr> <td width="200" bgcolor="#999900"> </td> <td valign="top">Contenido de la página</td> </tr> </table> </body> </html>