ok, i'm trying to do what was mentioned here with my link categories.
I'm not a coder, and really new at this so I'm going to make an assumption and say that you mean open the sidebar.php and put spaces in the link category names like so:
<div class="sideheading"> categories</div>
<div class="sideheading"> archive</div>
<?php wp_get_archives('type=monthly'); ?>
Ok, if that is correct, I only have one problem left. I created an 'artwork' and 'links' link categories via the WP admin tool. Problem is, those don't show in my sidebar.php, but they do appear on my page. Check it out: http://www.davidryanpaul.com
How do I make this change so that 'artwork' can appear at the very top of the list?