Stephan Laemmer: Linkfarben in einer Tabelle

Beitrag lesen

Moin Moin !

Vielleicht sollte ich noch dazu sagen, daß es ich den Link nicht mit einem Text versehe, sondern der Link durch ein Bild (JPEG) geöffnet werden soll...

Es geht immer noch nicht... :-(

Ich poste hier mal meine css-datei hinein:

body { background-color:#FFFFFF; color:000000; font-family:Verdana; font-size:10pt }

td { color:000000; font-family:Verdana; font-size:10pt }
.weiss a:link   { color:#FFFFFF; text-decoration:none}
.weiss a:visited { color:#FFFFFF; text-decoration:none}
.weiss a:active  { color:#FFFFFF; text-decoration:none}

a:link { font-weight:bold; color:#508DE8; text-decoration:none }
a:visited { font-weight:bold; color:#508DE8; text-decoration:none }
a:focus { font-weight:bold; color:#508DE8; text-decoration:none }
a:hover { font-weight:bold; color:#508DE8; text-decoration:none }
a:active { font-weight:bold; color:#508DE8; text-decoration:none }

form {font-family:Verdana; font-size:10pt }

Und hier die html-Datei

<HTML>
<HEAD>
<link rel="stylesheet" type="text/css" href="css/allgemein.css">
</HEAD>

<BODY>

<table width=350 border="1" cellspacing="0" cellpadding="0" frame="vsides" bordercolor="#508DE8" bgcolor="FFFFFF">
 <tr>
  <td colspan='2'><a class='weiss' href='links/aendern.asp?id=1' target='frame_main'><img src='../images/edit.jpg' alt='&Auml;ndern/L&oum;schen'></a></td>
</table>

</BODY>

</HTML>

CU

Stephan