Hi Orion,
I think you just need to find
and change to
I think you just need to find
Code:
#phorum a,
#phorum a:link
#phorum a:active {
text-decoration: none;
border-bottom: dotted 1px;
background-color: inherit;
color: black;
}
#phorum a:visited {
text-decoration: underline;
border-bottom: dotted 1px;
background-color: inherit;
color: black;
}
Code:
#phorum a,
#phorum a:link
#phorum a:active {
text-decoration: none;
border-bottom: dotted 1px;
background-color: transparent;
color: black;
}
#phorum a:visited {
text-decoration: underline;
border-bottom: dotted 1px;
background-color: transparent;
color: black;
}