Hi Amy,
To make links appear in a different color then use the same method as is used for the categories links.
For examlpe, you would create a new class in the style sheet as follows...
Quote:
.your_class {
COLOR: #AAAAAA; TEXT-DECORATION: none;
}
.your_class:hover {
COLOR: #CCCCCC; TEXT-DECORATION: underline;
}
|
now you must assign that class to the links that you want to use those colors like this ...
thats what dr funky was saying
I did take a quick look at the other problem that you were having but something came up. Ill go back to it later
hth