Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How To Edit File To Place Image In This Exact Spot


broadstreetbully

Recommended Posts

here's the code where I'm pretty sure I should edit it at...the header.php is still "stock" with nothing added but a couple links...

<table align="center" border="0" width="1200"><tr><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 . 'store_logo.png', STORE_NAME) . '</a>'; ?></td>
   <td align="right" valign="bottom"><?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_account1.png', HEADER_TITLE_MY_ACCOUNT) . '</a>  <a href="' . tep_href_link(FILENAME_SHOPPING_CART) . '">' . tep_image(DIR_WS_IMAGES . 'header_cart1.png', HEADER_TITLE_CART_CONTENTS) . '</a>  <a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_checkout1.png', HEADER_TITLE_CHECKOUT) . '</a>' ?>  </td>
 </tr>
</table>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...