hi,
I have notice that wp_list_categories() will add extra spaces and \n to it output. I have looked everywhere to remove them with no luck.
Here is a sample of what I get:
<ul>
<li class="first cat-item cat-item-7"><a href="http://dev.kazone.ca/category/produits" title="Catalogue de produits">Catalogue de produits</a>
</li>
<li class="first cat-item cat-item-8 current-cat"><a href="http://dev.kazone.ca/category/conseils" title="Tous nos conseils">Tous nos conseils</a>
</li>
<li class="last first cat-item cat-item-9"><a href="http://dev.kazone.ca/category/promotions" title="Promotions">Promotions</a>
</li>
</ul>
Any help would be really appreciated