Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

change header size


Guest

Recommended Posts

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

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...