View Single Post
Old 11-18-2012, 06:35 PM   PM User | #8
poyzn
Regular Coder

 
poyzn's Avatar
 
Join Date: Nov 2010
Posts: 265
Thanks: 2
Thanked 61 Times in 61 Posts
poyzn is on a distinguished road
Quote:
Originally Posted by trazix View Post
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 View Post
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.
__________________
Ushousebuilders.com
poyzn is offline   Reply With Quote