garethshaw
Newbie
Posts: 1
Registered: 5/23/2007
Member Is Offline
|
| posted on 5/23/2007 at 05:51 PM |
|
|
colourise seperate tree elements
Hi
I am not sure how to do this.
I have 86 elements in total in the tree, with at most 4 sub levels per starting element.
Basically there are 8 starting elements. Each of these is assigned a colour through the admin area (thanks to your colour picker!!) what I need to do
is colour up all sub elements of that starting element in that colour. Colourising the category and then the products within it..
i.e.
1 [red]
1.1 [red]
1.2 [red]
1.2.1 [red]
1.2.2 [red]
2 [black]
2.1 [black]
2.1.1 [black]
Any thoughts?
Gareth
|
|
|
tigra
Administrator
Posts: 1912
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 5/23/2007 at 07:30 PM |
|
|
try wrapping items' text in <span color="whatever">...</span>
|
|
|