Quote:
Originally Posted by DNSB
You are linking your headers and have not specified the link style? You might want to add a class to be used with the <a> tags such as
Code:
a {
color : black;
cursor : pointer;
text-decoration : none;
}
|
But if you remove the underline and change the color to black, you won't see the links. Dump the test-decoration or leave it as gray text.