Zitat von
---Bernhard---:
<a title="Beschreibung"><u>text</u></a>
Eeeks. Das ist noch nochtmal transitional... geschweige denn strict - Notation.
Die formatierung gehört nicht in den
html-Text sondern in CSS, und da ist das z.B.
Code:
#hint {
border-bottom: 1px dotted green;
}
Und dann im
Html:
Code:
<a id="hint" title="Hint-Text">Text</a>