Sorry, how do i make a menu? Ive updated it so that the sidebar has only archive, category and search and is not on page template.
In the header file i have added:
<div id=”navmenu”>
<div align=”center”>
<?php wp_list_pages(‘title_li=’); ?>
</div>
</div>
and in the style.css sheet i have added
navmenu ul {margin: 0; padding: 0;
list-style-type: none; list-style-image: none; }
navmenu li {display: inline; }
however the menu is not horizontal, the page names appear stacked with bullet points. How do i get them to align hortizontally, and how do i make a background the same width as my header and add that to the nav menu?