Extra <ul> in bulletmenu and site map
Posted: Tue Jul 12, 2005 10:26 am
I'm sure it must be something in the site structure as the bulletmenu and sitemap plugins give the same result - an extra unordered list tag... ie:
after the "Services" section header. This throws out the list menu display.
Actually looking at it more closely I notice that there are also several list items missing the closing list item tag, ie
This can't be right, surely. Any ideas how to fix?
Thx
psy
Code: Select all
<div class="bulletmenu">
<ul>
<li><a href="http://www.karingalequestrian.com.au/index.php?page=home">Home</a></li>
<li><a href="http://www.karingalequestrian.com.au/index.php?page=about">About Us</a></ul>
<div class="sectionheader">Services</div>
<ul>
<ul>
<li><a href="http://www.karingalequestrian.com.au/index.php?page=Agistment">Agistment</a></li>
<li><a href="http://www.karingalequestrian.com.au/index.php?page=Breeding">Breeding</a></li>
<li><a href="http://www.karingalequestrian.com.au/index.php?page=Tuition">Tuition</a></ul>
<div class="sectionheader">For Sale</div>
<ul>
</li>
<li><a href="http://www.karingalequestrian.com.au/index.php?page=Horses">Horses</a>
<ul>
<li><a href="http://www.karingalequestrian.com.au/index.php?page=Shanghai">Karingal Shanghai</a>
</li>
</ul>
</li>
<li><a href="http://www.karingalequestrian.com.au/index.php?page=Supplies">Supplies</a>
</li>
</ul>
</li>
<li><a href="http://www.karingalequestrian.com.au/index.php?page=Links">Links</a></li>
<li><a href="http://www.karingalequestrian.com.au/index.php?page=Contact">Contact</a></li></ul></div>
Actually looking at it more closely I notice that there are also several list items missing the closing list item tag, ie
Code: Select all
</li>
Thx
psy