xronis Posted January 10, 2007 Share Posted January 10, 2007 hi,need to reduce header height Link to comment Share on other sites More sharing options...
bill110 Posted January 10, 2007 Share Posted January 10, 2007 hi,need to reduce header height catalog/includes/header.php You can edit the html for the header tables there My Contributions Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly Password Protect Admin "No matter where you go....There you are" - Buccaroo Bonsai Link to comment Share on other sites More sharing options...
xronis Posted January 10, 2007 Author Share Posted January 10, 2007 catalog/includes/header.phpYou can edit the html for the header tables there thanks bill man i resize the table which the header class is in or i delete the imges in the cells beside it and i lose the style in all the site. i can't understand why,give the solution Link to comment Share on other sites More sharing options...
bill110 Posted January 10, 2007 Share Posted January 10, 2007 <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr class="header"> <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?></td> <td align="right" valign="bottom"><?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_account.gif', HEADER_TITLE_MY_ACCOUNT) . '</a> <a href="' . tep_href_link(FILENAME_SHOPPING_CART) . '">' . tep_image(DIR_WS_IMAGES . 'header_cart.gif', HEADER_TITLE_CART_CONTENTS) . '</a> <a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_checkout.gif', HEADER_TITLE_CHECKOUT) . '</a>'; ?> </td> </tr> </table> You should be able to just adjust the height in the first table tag without affecting the whole site. you should be able to delete the entire td tag for the image also; or just delete or change this part <?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?> My Contributions Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly Password Protect Admin "No matter where you go....There you are" - Buccaroo Bonsai Link to comment Share on other sites More sharing options...
xronis Posted January 10, 2007 Author Share Posted January 10, 2007 ok i want to resize the height to make it have this height and then edit the images beside i edit the sts_template.htm but i get the results i told u Link to comment Share on other sites More sharing options...
xronis Posted January 10, 2007 Author Share Posted January 10, 2007 ok i want to resize the height to make it have this height and then edit the images beside i edit the sts_template.htm but i get the results i told u Link to comment Share on other sites More sharing options...
bill110 Posted January 10, 2007 Share Posted January 10, 2007 OK. I do not use STS so I'm not sure how it uses the classes or styles. Sorry My Contributions Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly Password Protect Admin "No matter where you go....There you are" - Buccaroo Bonsai Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.