Grazie 1000
Originariamente inviato da Piero_Bo
Ciao, puoi usare anche un .css esterno con questo codice demo:
.tratteggio_sopra {
font-family: Tahoma;
font-size: 12px;
font-weight: normal;
color: #0000FF;
text-decoration: none;
border-top: 1px dotted #00CCFF;
border-right: 1px #00CCFF;
border-bottom: 1px #00CCFF;
border-left: 1px #00CCFF;
}
.tratteggio_sotto {
font-family: Tahoma;
font-size: 12px;
font-weight: normal;
color: #0000FF;
text-decoration: none;
border-top: 1px #00CCFF;
border-right: 1px #00CCFF;
border-bottom: 1px dotted #00CCFF;
border-left: 1px #00CCFF;
}
Piero