I would like to create a page which lists links in a slightly different format to what "wp_list_bookmarks" seems to provide. Instead of having a tooltip appear with the link description I would rather display it in a DIV. Something along the lines of:
<div class="link-list">
<h2>Community</h2>
<ul class='xoxo blogroll'>
<li>
<a href="http://www.wordpress.org" target="_blank">WordPress.org</a>
<div class='description'>
The greatest blog framework!
</div>
</li>
</ul>
</div>
Many thanks,
Lea Hayes