|
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
|