Quote:
Originally Posted by trazix
I have 2 issues, first should the Menu's that dont have a Sub menu array not have closing </li> tag's ,for example the first Home link
<li class="main_menu"><a href='index.php'>HOME PAGE</a>
should it be <li class="main_menu"><a href='index.php'>HOME PAGE</a></li>
|
Yes, it should has closing tag
Quote:
Originally Posted by trazix
The second issue is for some reason the Loop is creating 2 unwanted List items at the start of each UL , example
Code:
<li><a href='H'>H</a></li>
<li><a href='i'>i</a></li>
|
Show your $main_menu variable.