CRGreathouse said:In the described location, find the following lines:
A:link, A:visited, A:active {
COLOR: #FFFF99;
}
(or lines very similar)
and replace them with:
A:link {
COLOR: #FFFF99;
}
A:visited {
COLOR: #CCCCCC;
}
A:active {
COLOR: #EECCCC;
}
See if this works.
CRGreathouse said:Bad suggestion, uv23. Why don't we find Morrus a color-picking utility instead?
Edit: Here's one; I can't vouch for it's usefulness, but it should get the job done.
http://www.jwa.co.uk/software/huey/huey12.exe
uv23 said:Bad suggestion? Its important that he understands why things work. Sure he can use a color picker but thats no excuse to keep everything black box.![]()
CRGreathouse said:In the described location, find the following lines:
A:link, A:visited, A:active {
COLOR: #FFFF99;
}
(or lines very similar)
and replace them with:
A:link {
COLOR: #FFFF99;
}
A:visited {
COLOR: #CCCCCC;
}
A:active {
COLOR: #EECCCC;
}
See if this works.