Salve, ho la necessità di realizzare delle tabelle con bordo puntinato o tratteggiato (preferirei il puntinato) e non so proprio come fare.
Ho provato con
<table style="border-left:dashed #0000FF 1px; border-right:dashed #0000FF 1px; border-top:dashed #0000FF 1px; border-bottom:dashed #0000FF 1px;" align="center">
<tbody><tr>
<td><font face="Verdana" size="5">Massimo</font></td>
</tr>
</tbody></table>
e con
<table style="border-left:dotted #0000FF 1px; border-right:dotted #0000FF 1px; border-top:dotted #0000FF 1px; border-bottom:dotted #0000FF 1px;" align="center">
<tbody><tr>
<td><font face="Verdana" size="5">Massimo</font></td>
</tr>
</tbody></table>
Ma non ho ottenuto i risultati che volevo, o il bordo pieno o senza bordo.
Consigli
Grazie