great stuff..
I have another question similar to this.
Currently, it dispays the subcat image once.
But I would like it to display it on every line before each sub cat.
Right now it is like
CATEGORY
Subcategory1
Subcategory2
Subcategory3
I would like it to be
CATEGORY
Subcategory1

Subcategory2

Subcategory3
I thought, it had to be somwhere in category_bit,
but it is not..
It should be somewhere like:
{if cat_description}<span class="smalltext">{cat_description}</span><br />{endif cat_description}
{if sub_cats}<img src="{template_url}/images/MySubCatImage.png" alt="" /> {sub_cats}{endif sub_cats}<p><hr>
It should be
{
[*]sub_cats}
there, so i would have to edit how 4images displayed each subcategory.
..but how?
Thank You in advance!