Ciao ho un problema con l'inserimento di una semplice tabella di tre righe in html.
Ho settato l'altezza delle colonne in percentuale ma il browser e neppure l'editor (uso dreamweaver mx) sembra accorgersene..
Questo e' il codice
e questo il risultato errato.(in allegato)codice:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title></title> <link rel="stylesheet" type="text/css" href="./styleSite.css" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <table id="corniceWeb" width="100%" height="100%" align="center" border="1" cellpadding="0" cellspacing="0"> <tr> <td align="center" valign="middle"> <table id="main" width="80%" border="1"> <tr id="rowHeader"> <td height="15%"></td> </tr> <tr id="rowContainer"> <td height="70%"></td> </tr> <tr id="rowFooter"> <td height="15%"></td> </tr> </table> </td> </tr> </table> </body> </html>
Qualcuno puo' dirmi dov'e' l'errore?
Grazie

Rispondi quotando