Forum Moderators: open
<div id="blog_left_box">
<br />
<ul class="side-box">
<?php /* Widgetized sidebar, if you have the plugin installed. */
if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?>
<li>
<?php get_search_form(); ?>
</li>
</ul>
<ul role="navigation" class="side-box">
<?php wp_list_pages('title_li=<h2>Pages</h2>' ); ?>
<li><h2>Archives</h2>
<ul>
<?php wp_get_archives('type=monthly&limit=6'); ?>
</ul>
</li>
<?php wp_list_categories('show_count=1&title_li=<h2>Categories</h2>'); ?>
</ul>
<div class="clear"></div>
</div>
It says I have UL inside div and I am not sure how to fix.
The designer nested all these instead of having good programming.