View Single Post
Old October 1st, 2006, 01:27 PM   #7 (permalink)
Linda V
Junior Member
Verified Customer
 
Join Date: Sep 2006
Location: South Africa
Posts: 11
I have ended up doing two things:

1:
In pp-inc I inserted this line under "//default style settings"
$Style['grey'] = "grey";

With my sincere lack of knowledge, I ofcourse do not know if it made any difference

2:
then for my links I did this:

<span class="{$Style['grey']}">
<a href="/gallery/showcat.php/cat/1">Kitchen</a>
<a href="/gallery/showcat.php/cat/2">Cookware</a>
<a href="/gallery/showcat.php/cat/3">Dining and Bar</a>
<a href="/gallery/showcat.php/cat/4">General Household</a>
<a href="/gallery/showcat.php/cat/5">Decorative</a>
</span>


gosh - it took me forever to figure out - but it is working!!

Thanks Chuck for all your info - I am learning as I go along!

Appreciative,
Linda
Linda V is offline   Reply With Quote