my site: http://little-hypotenuse.com
If you scroll down there is a list of the months, and the list is a stupid unordered list, complete with those little diamonds. I don't know how to make those diamonds go away, because all I have for the archives to appear is
<<?php _e('Archives:'); ?>
<?php wp_get_archives('type=monthly'); ?>
and there isn't even a trace there, of coding that would make it an unordered list.
How can I make it go away?
Thanks!