hallo,
ich brauche mal wieder ein wenig hilfe.
ich habe folgendes beispiel:
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Unbenanntes Dokument</title>
<style type="text/css">
<!--
body,td,th {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}
a {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #006699;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #006699;
}
a:hover {
text-decoration: none;
color: #FF0000;
}
a:active {
text-decoration: none;
color: #FF0000;
}
-->
</style></head>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" valign="middle" bgcolor="#66FF66">[url='#']TEST[/url]</td>
<td align="center" valign="middle" bgcolor="#FFFF99">[url='#']TEST[/url]</td>
</tr>
</table>
</body>
</html>
Alles anzeigen
wie bekomme ich es hin, dass der rechte "link" in einer anderen farbe steht und in einer anderen farbe bei rollover steht.
für tipps bin ich, wie immer, sehr dankbar.
gruß,
michael