Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I get rid of the top right icons and links...


Guest

Recommended Posts

Posted

I resized my banner to 756 X 120 and I would like it to span the top of my site.

 

When inserted it pushes the existing icons AND the right column off to the right.

 

How do I remove the top right links/icons (My Account, Cart Contents and Checkout) and bring the right column back under the banner?

 

I want to keep the text links on the divider bar though.

 

My store is set up to auto center as well.

 

Thank you so much.

Alan

Posted

open your includes/header.php and find and remove by deleting this bit of code.

 

<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>

 

 

 

I resized my banner to 756 X 120 and I would like it to span the top of my site.

 

When inserted it pushes the existing icons AND the right column off to the right.

 

How do I remove the top right links/icons (My Account, Cart Contents and Checkout) and bring the right column back under the banner?

 

I want to keep the text links on the divider bar though.

 

My store is set up to auto center as well.

 

Thank you so much.

Alan

Archived

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

×
×
  • Create New...