CSS Nav Modification

Permalink
Okay,

I have installed a Theme! Its working.

Now I am modifying the template default.php and inserting the C5 code.

But, my template has this:
<div id="wrap">
  <div id="header">
    <div id=logo></div>
  <form method="post" class="searchform" action="http://www.free-css.com/">
      <p>
        <input type="text" name="search_query" class="textbox" />
        <input type="submit" name="search" class="button" value="Search" />
      </p>
    </form>
   <ul>            
   <?php 
        $a = new Area('Header Nav');
        $a->display($c);
    ?>            
       <li id="current"><a href="http://www.free-css.com/"><span>Home</span></a></li>


My issue is that when I delete the <UL> to </UL> C5 inputs my page/section names but does not render with the <UL><LI> as it appears above. Also, when you go a current page, the <LI id=current> takes place.

How do I get this to work?

 

This website stores cookies on your computer. These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media. To find out more about the cookies we use, see our Privacy Policy.