View Single Post
  #1  
Old 02-06-2008, 11:16 AM
Tiestoo's Avatar
Tiestoo Offline
pp regular
 
Join Date: Nov 2007
Posts: 33
[CSS] different hover color for different link

This is probably very basic and easy stuff, but I can't get it right.

I want to change the color of the tags showing up in my image_template.html. Since the tag <TAG_IMG_LIST> will generate
Code:
Tags:<br/>
<a href="index.php?x=browse&amp;tag=nikon">Nikon</a>
<a href="index.php?x=browse&amp;tag=nature">Nature</a>
my idea was to find the code that generates this, and change it to something like
Code:
Tags:<br/>
<a class="tag" href="index.php?x=browse&amp;tag=nikon">Nikon</a>
<a class="tag" href="index.php?x=browse&amp;tag=nature">Nature</a>
My problem, I can't find the piece of code that generates how to display the tags. Besides, I feel like hacking PP :'(

Is there an other solution to change the color of a specified links in CSS/PP?
__________________
blauwgestreept.nl
Reply With Quote