So:
Code:
<acronym title="Hier ter titel">Unterpunkteter Text :-)</acronym>
und so kannste das unterstrichelte mit css formatieren
Code:
acronym {
border-bottom-width:1px; border-bottom-style:dashed; border-bottom-color:#00A000;
cursor: help;
}
Gruß
synonym