Thomas J.S.: Linkfarben in einer Spalte definieren

Beitrag lesen

Hallo,

Und zwar, die Spalte in der wir die eigenen Linkfarben haben möchten, nenn wir einfach mal "haupt", ich habs also mit folgendem code probiert, funktioniert leider nicht:

Fast schon gehabt! ;-)


<style type="text/css">

td.haupt A:link {color:#00ccff; text-decoration: none; font-family: arial;}
td.haupt A:visited {color:#00ccff; text-decoration: none; font-family: arial;}
 td.haupt A:active {color:#00ccff; text-decoration: none; font-family: arial;}
td.haupt A:hover {color:#00ccff; text-decoration: underline overline; font-family: arial;}
</style>

[...]

<td class="haupt" width="480" bgcolor="#FFFFFF" height="639" valign="top">


Grüße
Thomas