Hej!
Undrar hur man sätter olika "text-decorations" för en tabell och en för allt annat typ.
Vill alltså ha en annan effekt på länkar i en viss tabell
Så här ser det ut:
a:link { text-decoration: none; color: #000066}
a:visited { text-decoration: none; color: #000066}
a:active { text-decoration: none; color: #000066}
a:hover { text-decoration: none; color: #D20000}
Här i vill jag lägga det typ...
.Huvud {
border: SOLID;
color: #FAFFFF;
border-width: 1px, 1px;
border-color: #000000;
background-color: #31596F;
a:hover XXXXXXXXXXX (vill jag ha med ;)
}