Is it possible to add a separator between categories when using wp_list_categories?
I am searching for something the same as the_tags( $before, $separator, $after ); but then for categories.
Is this possble or is there some other way to display separators between categories.
Thnx for ur help