<div class="menuspace">
<ul>
<?php get_links('-1', '<li>', '</li>', '', 0, 'name', 0, 0, -1, 0); ?>
</ul>
</div>
this gives me an error stating that is closing a non existing object. is this the correct tag to use? its the only issue holding me back from being xhtml 1.0 strict validated...