willwatson Posted May 31, 2006 Posted May 31, 2006 hiya guys, can you please tell me how to expand the main title bar like on the image.... I need to expand it to 100px many thanks...
uberzilla Posted May 31, 2006 Posted May 31, 2006 If I understand your question you can set the "TR" height <tr height="100px">
willwatson Posted May 31, 2006 Author Posted May 31, 2006 If I understand your question you can set the "TR" height <tr height="100px"> where do i add it?
uberzilla Posted May 31, 2006 Posted May 31, 2006 where do i add it? I am assuming you are talking about the black band with navigation text.?.? <tr height="100" class="headerNavigation"> Code Block From My Site: <table border="0" width="100%" cellspacing="0" cellpadding="1"> <tr height="22" 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>
willwatson Posted May 31, 2006 Author Posted May 31, 2006 <tr height="100" class="headerNavigation">Code Block From My Site: <table border="0" width="100%" cellspacing="0" cellpadding="1"> <tr height="22" 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> what page sorry?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.