Guest Posted July 14, 2005 Share Posted July 14, 2005 How do i align the header navigation bar which has checkout/cart/account info on the right. I want it so it rest's snug up against my header logo. I have my header valign set to bottom and my header navigator align set to set to "top" from "center" (neither worked). Any help greatly appreciated! Matt Link to comment Share on other sites More sharing options...
♥Monika in Germany Posted July 14, 2005 Share Posted July 14, 2005 How do i align the header navigation bar which has checkout/cart/account info on theright. I want it so it rest's snug up against my header logo. I have my header valign set to bottom and my header navigator align set to set to "top" from "center" (neither worked). Any help greatly appreciated! Matt <{POST_SNAPBACK}> pic? code? that would help tons :-) :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ... Link to comment Share on other sites More sharing options...
Guest Posted July 14, 2005 Share Posted July 14, 2005 pic? code? that would help tons :-) <{POST_SNAPBACK}> I guess that would help eh? :-" Here is the code, the cell padding helped bring everything to center i think so everything is perfect in that aspect but there is a small gap between my header logo and the navigator bar. Matt <table width="900" cellpadding="7" cellspacing="0" border="0" align="center"> <tr> <td><table width="900" cellpadding="7" cellspacing="0" border="0"> <td align="center" valign="bottom"><img src="images/oscommerce.jpg" border="0" alt="osCommerce"></td> </tr> </table> <table width="100%" cellpadding="0" cellspacing="9" border="0" align="top"> <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> Link to comment Share on other sites More sharing options...
♥Monika in Germany Posted July 14, 2005 Share Posted July 14, 2005 turn on border = 1 in both tables, and you should see where that gap is coming from :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.