Così?
Marcocodice:<html> <head> <title>Tabella con bordo</title> <style> table {width: 100%; border:1px solid black} </style> </head> <body> <table><tr><td>ddd</td></tr></table> </body> </html>
Così?
Marcocodice:<html> <head> <title>Tabella con bordo</title> <style> table {width: 100%; border:1px solid black} </style> </head> <body> <table><tr><td>ddd</td></tr></table> </body> </html>