potresti fare come in questo esempio:
codice:<html> <head> <style> table{background-color:red;height:100%;width:100%} </style> </head> <body> <table > <tr> <td> contenuto </td> </tr> </table> </body> </html>
potresti fare come in questo esempio:
codice:<html> <head> <style> table{background-color:red;height:100%;width:100%} </style> </head> <body> <table > <tr> <td> contenuto </td> </tr> </table> </body> </html>