Quote:
Originally Posted by phovanxua
Chadi ...go back to your template find this script whne you add to nav template below ...we missing the </table> and </if> before </div>
PHP Code:
<!-- extras pop start --> <div class="vbmenu_popup" id="1_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="vbmenu_option"><a href="Link 1">Music 1</a></td></tr> <tr><td class="vbmenu_option"><a href="Link 2">Music 2</a></td></tr> </div> <!-- extras pop end --> <!-- / NAVBAR POPUP MENUS -->
The script below should ne the correct one
PHP Code:
<!-- extras pop start --> <div class="vbmenu_popup" id="1_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="vbmenu_option"><a href="Link 1">Music 1</a></td></tr> <tr><td class="vbmenu_option"><a href="Link 2">Music 2</a></td></tr> </table></if> </div> <!-- extras pop end --> <!-- / NAVBAR POPUP MENUS -->
This is what we missing ====> : </table></if>
|
This worked. Thank you very very much