I found these classes in the cat tree code.
class="cat"
class="cat1"
Where do they come from ?
What css values do they have ?
I see that
calls them into the template, but.....
There is no <head> area ref to these and they are not in my external style sheet.
Confused; is this normal or a bug ?
class="cat"
class="cat1"
Where do they come from ?
What css values do they have ?
I see that
Code:
class="&mvt:tree:class;
There is no <head> area ref to these and they are not in my external style sheet.
Confused; is this normal or a bug ?
Code:
<a href="/page/CPO/CTGY/mbr" class="cat1">Recycled Mulberries</a><br> <a href="/page/CPO/CTGY/mfl" class="cat1">Mulberry Florals</a><br> <a href="/page/CPO/CTGY/lok" class="cat"><img src="graphics/00000001/test.jpg" border="0" alt="Lokta Paper"></a><br> <a href="/page/CPO/CTGY/slk" class="cat">Silk Paper</a><br>
Comment