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:
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?
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>Viewing 15 lines of 23 lines. View entire code block.
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?