Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Startstyle.de : Mein erstes Projekt
#15
(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  Cool
Reply


Messages In This Thread
RE: Startstyle.de : Mein erstes Projekt - by Milu2K - 23.04.2009, 09:15



Users browsing this thread: 5 Guest(s)