Tiestoo
02-06-2008, 11:16 AM
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 Tags:<br/>
<a href="index.php?x=browse&tag=nikon">Nikon</a>
<a href="index.php?x=browse&tag=nature">Nature</a>
my idea was to find the code that generates this, and change it to something like Tags:<br/>
<a class="tag" href="index.php?x=browse&tag=nikon">Nikon</a>
<a class="tag" href="index.php?x=browse&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?
I want to change the color of the tags showing up in my image_template.html. Since the tag <TAG_IMG_LIST> will generate Tags:<br/>
<a href="index.php?x=browse&tag=nikon">Nikon</a>
<a href="index.php?x=browse&tag=nature">Nature</a>
my idea was to find the code that generates this, and change it to something like Tags:<br/>
<a class="tag" href="index.php?x=browse&tag=nikon">Nikon</a>
<a class="tag" href="index.php?x=browse&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?