View Single Post
  #2  
Old 03-23-2003, 10:24 PM
 
funkydunk funkydunk is offline
 

X-Man
  
Join Date: Oct 2002
Location: Cambridge, UK
Posts: 2,210
 

Default

define a custom class in skin1.css for this. such as:

.mylink{
link style here;
}
.mylink:link{
link properties;
}
.mylink:hover:{
hover details;
}

then put class="mylink" in the href tag.

hth
__________________
ex x-cart guru
Reply With Quote