(22.04.2009, 17:27)szepi Wrote: Jap, das hab ich jetzt geändert;-)
Mach das so:
style.css
Code:
a:link {
font-weight: bold;
color: #00000; /* Farbcode */
text-decoration: none;
}
a:hover {
font-weight: bold;
color: #00000; /* Farbcode */
text-decoration: none;
}
a:active {
font-weight: bold;
color: #00000; /* Farbcode */
text-decoration: underline; }
Dann in allen HTML dateien in <head>[...]</head>
Code:
<link rel="stylesheet" type="text/css" href="style.css">
✝ RiP ✝
Weiter geht's