View Single Post
  #3  
Old 02-06-2008, 02:18 PM
fredxeric's Avatar
fredxeric Offline
pixelpost guru
 
Join Date: Sep 2006
Location: Montréal, Québec, Canada
Posts: 407
Send a message via AIM to fredxeric Send a message via MSN to fredxeric
maybe just wrap a span & style between

html part:

Code:
Tags:<br/>
<div id="tags">
<TAG_IMG_LIST>
</div>

css part:
Code:
#tags a {
color: blue;
}
Reply With Quote