Questo è il codice: mi sembra che l'altezza sia impostata correttamente a 10 pixel, nel programma Kompozer ma la trasforma in 50
Grazie
codice:<html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> <title></title> </head> <body> <table style="text-align: left; width: 1200px; height: 10px; margin-left: auto; margin-right: auto;" border="0" cellpadding="0" cellspacing="0"> <tbody> <tr> <td style="vertical-align: top;"> </td> </tr> </tbody> </table> </body> </html>