Guest Posted March 15, 2003 Share Posted March 15, 2003 where do you change the box header size for a new gif. I want to put one on the right , one left, when I do I just allin right , allin left ? Link to comment Share on other sites More sharing options...
Ajeh Posted March 15, 2003 Share Posted March 15, 2003 Everything in the header is in /includes/header.php You will have to play a bit with the tables in there. Link to comment Share on other sites More sharing options...
Guest Posted March 15, 2003 Share Posted March 15, 2003 linda, care to say what i'm going to play around with, I have a 446 x 77 logo to load Link to comment Share on other sites More sharing options...
Ajeh Posted March 15, 2003 Share Posted March 15, 2003 This first table contains the logo in one <td> and the images for my account, shopping cart and checkout in the other <td> <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> Link to comment Share on other sites More sharing options...
Guest Posted March 15, 2003 Share Posted March 15, 2003 with a 77 heigth on the banner, what do i change for it to fit and where woul you start on the numbers Link to comment Share on other sites More sharing options...
toolcrazy Posted March 15, 2003 Share Posted March 15, 2003 Won't the image resize the table? When I added my logo, I didn't go through all this. Steve ------------------------- Link to comment Share on other sites More sharing options...
Ajeh Posted March 15, 2003 Share Posted March 15, 2003 Frankly, I just changed the name of the image to load and the alt tag for it, and *poof* the magic occured. Link to comment Share on other sites More sharing options...
toolcrazy Posted March 15, 2003 Share Posted March 15, 2003 Frankly, I just changed the name of the image to load and the alt tag for it, and *poof* the magic occured. That what I did. Now I just need to remake my logo so it looks nicer. Steve ------------------------- Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.