View Single Post
  #2  
Old 02-06-2008, 02:04 PM
cfnerd Offline
forum loafer
 
Join Date: Feb 2008
Location: Wichita, KS
Posts: 1
Basically what i would do is wrap the tag list in a div then use css to apply the color or what ever else you want to do to the links.

This would be my suggestion.

<style type="text/css">
.taglinks a { color:black; }
.taglinks a:hover { color:#c0c0c0; }
</style>
<div class="taglinks">
<TAG_IMG_LIST>
</div>
Reply With Quote