So sieht mein html-code aus:
Wie kann ich die Linkfarbe für die CSS-Class "Linkbox" einstellen?
PHP:
<style type="text/css">
<!--
body {
font-family: Arial, helvetica;
color: #000000;
}
a {
font-family: Arial, helvetica;
font-weight: bold;
text-decoration: none;
color: #000000;
}
.bigheadline {
font-family: Arial;
font-size:32pt;
font-weight: bold;
color: #000000;
}
.headline {
font-family: Arial;
font-size: 16pt;
font-weight: bold;
color: #000000;
}
input,select,textarea {
font-family: Arial;
border-style: solid;
border-color: #A6A6A6;
background: #F3F3F3;
}
-->
</style>
</head>
<body>
<span id="Linkbox" class="Linkbox" style="position:absolute; left:7px; top:8px; width:181px; height:90%; z-index:1; background-color:#6565A8; border-width:1px; border-color:#999999; border-style:outset; padding:5px; overflow:auto;"><br>
<ul>
<li><a href="?page=0">Startseite</a></li>
<li><a href="?page=1">Ergebnisse</a></li>
<li><a href="?page=2">Spielpläne</a></li>
<li><a href="ext_link/?id=www.tt-bezirk-ulm.de" target="_new">Tabellen</a></li>
<li><a href="?page=3">Chronik</a></li>
<li><a href="ext_link/?id=www.tischtennis.de/media/pdf/Internationale_TT-Regeln.pdf" target="_new">Regelwerk</a></li>
<li><a href="?page=4">Training</a></li>
<li><a href="?page=5">Mannschaften</a></li>
<li><a href="?page=6">Kontakt</a></li>
<li><a href="?page=7">Links</a></li>
<li><a href="?page=8">Gästebuch</a></li>
<li><a href="?page=9">Impressum</a></li>
</ul>
</span>