To typer af links
Jeg har angivet følgende for mine links:a:link {
text-decoration: none; color: #ffffff
}
a:visited {
text-decoration: none; color: #ffffff
}
a:active {
text-decoration: none; color: #ffff00
}
a:hover {
text-decoration: none; color: #ffff00
}
Nu ønsker jeg dog også en anden type links på min side. Hvordan er det nu at jeg får det? Kan simpelthen ikke huske det!
