View Single Post
  #5  
Old 12-12-2002, 04:26 AM
  shan's Avatar 
shan shan is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Birmingham, UK
Posts: 6,163
 

Default

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 ...

Quote:
your_link

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
__________________
Looking for a reliable X-cart host ?
You wont go wrong with either of these.

EWD Hosting
Hands On Hosting
Reply With Quote