*** I'm a newbie, so please don't shoot me ***
I'm trying to figure out how to get around a CSS problem I'm having with my site when I use this wonderful plugin. I've got one instance of it that calls my Video category, and a second that shows my Podcasts category. The problem is, there isn't a visual break between them.
I know the problem is with my code, which is:
<div class="widgetarea">
<ul id="sidebarwidgeted">
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(1) ) : else : ?>
<?php endif; ?>
</ul>
</div>
The <ul> tag is screwing things up, right? How can I make it that each entry I set up using the daiko text widget gets "packaged" separately?
Thanks a bunch for any insight you can offer!