Yo Disco,
Can you provide a link to a live site that we can look at?
You can most likely change the <li> tags using CSS to display:inline;
You may also want to check out the before and after parameters on this page, if you don’t want to use CSS:
http://codex.wordpress.org/Template_Tags/wp_list_bookmarks
I’d recommend trying CSS as the list of links really is a list, you just want it to display differently.
okay , that works. i just have to figure out the div name for the links widget.
oh, and it’s at http://www.ksstradio.com
I’m assuming you’re referring to the little link images in the left sidebar.
If so, try adding this to the style.css file:
li#linkcat-23 li {display:inline;}
duh. i forgot to look at the page source. haha. good call.
thanks man.