Guest Posted October 24, 2006 Posted October 24, 2006 Please check www.boardfun.nl for this topic. I'm trying to get the four menu-option buttons ('shop', 'account', 'shop cart' and 'check out') next to each other. As u can see the shop-button is now aligned to the left, while the others hug to the right. Also, when you navigate deeper into the site, the crumble trail appears in between the shop-button and the other buttons. I can't figure out how to seperate the shop-button from the crumble trail and group it with the other menu-buttons. I've been looking in the header.php file for this (includes folder). I believe this is the relevant code: <table border="0" width="100%" cellspacing="0" cellpadding="3"> <tr class="headerNavigation"> <td class="headerNavigation">??<?php echo $breadcrumb->trail(' ? '); ?></td> <td align="right" class="headerNavigation"><?php if (tep_session_is_registered('customer_id')) { ?><a href="<?php echo tep_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_LOGOFF; ?></a> ?|? <?php } ?><a href="<?php echo tep_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a> ?|? <a href="<?php echo tep_href_link(FILENAME_SHOPPING_CART); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a> ?|? <a href="<?php echo tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CHECKOUT; ?></a> ??</td> </tr> </table> Am I looking in the right place?? And might anyone have a solution to my problem? Thanks in forward :thumbsup:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.