Hallo, ich habe folgendes Problem.
Gegeben sei:
____________________________________________________________
<topicIndex>
<html:a id="test" href="#allgemein">
<title>Allgemein</title>
</html:a>
</topicIndex>
linkt auf:
<topic>
<html:a name="allgemein">
<header>Allgemein</header>
</html:a>
</topic>
______________________________________________________________
Eine Formatierung der Links über CSS in der Art:
a:link { color:#0000E0; }
a:visited { color:#000080; }
a:hover { color:#E00000; }
a:active { color:#E00000; }
a:focus { color:#00E000; }
funktioniert so nun leider gar nicht mehr
Hat wer ne Idee wie ich das lösen kann ?
Gegeben sei:
____________________________________________________________
<topicIndex>
<html:a id="test" href="#allgemein">
<title>Allgemein</title>
</html:a>
</topicIndex>
linkt auf:
<topic>
<html:a name="allgemein">
<header>Allgemein</header>
</html:a>
</topic>
______________________________________________________________
Eine Formatierung der Links über CSS in der Art:
a:link { color:#0000E0; }
a:visited { color:#000080; }
a:hover { color:#E00000; }
a:active { color:#E00000; }
a:focus { color:#00E000; }
funktioniert so nun leider gar nicht mehr

Hat wer ne Idee wie ich das lösen kann ?
Zuletzt bearbeitet: