quella cosa dove l'hai trovata??Originariamente inviato da Denix79
codice HTML:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//IT"> <html> <head> <title>Prova Homepage</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="Foglio_Stile.css" rel="stylesheet" type="text/css"> <body> <table width="1008" height="400" border="0" [B]style{cellspacing: 0px; cellpadding: 0px;}[/B]> <tr bgcolor="red" > <td></td> </tr> <tr bgcolor="green" border="0" > <td></td> </tr> </table> </body> </html>
esiste l'attributo style e al suo interno si usa la sintassi css.
quindi
style="padding: 0; border-collapse: collapse; border-spacing: 0;"