codice:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Saluti</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
.stile1 {
	border: 1px dotted #0000FF;
}
.stile2 {
	border: 2px dashed #FF6600;
}
.stile3 {
	border: 1px solid #000000;
}
-->
</style>
</head>

<body>
<table width="400" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td class="stile1">ciao</td>
  </tr>
  <tr>
    <td class="stile2">hello</td>
  </tr>
  <tr>
    <td class="stile3">hola</td>
  </tr>
</table>

</body>
</html>
:tongue: