Arranging Buttons

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Pmaurer
Forum Newbie
Posts: 5
Joined: Sat Sep 20, 2008 10:59 pm

Arranging Buttons

Post by Pmaurer »

http://chevelleonline.net/wb/

I would like to rearrange the buttons at the top of my page so that instead of being in a vertical row they are in a horizontal row under the header flash swf (if you're using Mozilla you will be able to see it)

I believe that I need to change this code in some fashion:

Code: Select all

    if(SHOW_MENU) {
     ?> 
     <div class="menu">
      <?php show_menu(1,0,1,true,'<li><a href="http://www.chevelleonline.net/wb/pages/home/band.php" target="_top"><img src="http://www.chevelleonline.net/wb/templates/global/images/Buttons/02%20band.gif"></a></li>','<li><a href="http://www.chevelleonline.net/wb/pages/home/media.php" target="_top"><img src="http://www.chevelleonline.net/wb/templates/global/images/Buttons/03%20media.gif"></a></li>','<li><a href="http://www.chevelleonline.net/wb/" target="_top"><img src="http://www.chevelleonline.net/wb/templates/global/images/Buttons/01%20home.gif"></a></li>','<li><a href="http://www.chevelleonline.net/Gallery/" target="_top"><img src="http://www.chevelleonline.net/wb/templates/global/images/Buttons/04%20gallery.gif"></a></li>','','',''); ?>
      <?php show_menu(1,0,1,true,'<li><a href="http://www.chevelleonline.net/wb/pages/home/site.php" target="_top"><img src="http://www.chevelleonline.net/wb/templates/global/images/Buttons/06%20site.gif"></a></li>','<li><a href="http://www.chevelleonline.net/wb/pages/home/links.php" target="_top"><img src="http://www.chevelleonline.net/wb/templates/global/images/Buttons/07%20links.gif"></a></li>','<li><a href="http://www.chevelleonline.net/XMB" target="_top"><img src="http://www.chevelleonline.net/wb/templates/global/images/Buttons/05%20forum.gif"></a></li>','','',''); ?>
      <?php
thank you!
User avatar
yacahuma
Forum Regular
Posts: 870
Joined: Sun Jul 01, 2007 7:11 am

Re: Arranging Buttons

Post by yacahuma »

Post Reply