Zishan Posted January 5, 2012 Report Posted January 5, 2012 I need help I downloaded the drop down menu from http://www.cssmenumaker.com/ and I don't know where to place lines which are below. Do I place this in the layout text file please help. <link rel='stylesheet' type='text/css' href='/menu/menu_style.css'> href='/menu/menu_style.css' Quote
Jeff Posted January 5, 2012 Report Posted January 5, 2012 You should be able to see where the other links are located at the top of your layout.tpl just after the <head> <head> <link rel='stylesheet' type='text/css' href='/menu/menu_style.css'> </head> Quote
Zishan Posted January 5, 2012 Author Report Posted January 5, 2012 You should be able to see where the other links are located at the top of your layout.tpl just after the <head> <head> <link rel='stylesheet' type='text/css' href='/menu/menu_style.css'> </head> Thanks I'll try that Quote
Zishan Posted January 5, 2012 Author Report Posted January 5, 2012 Thanks I'll try that Here is a picture below is that right? Quote
miniarma Posted January 7, 2012 Report Posted January 7, 2012 You have to make sure your adding this otherwise PHPVMS will not find the css file required. <?php echo SITE_URL?>/lib/skins/*skinname*/ Example <head> <link rel='stylesheet' type='text/css' href='<?php echo SITE_URL?>/lib/skins/*skinname*/menu/menu_style.css'> </head> 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.