JemCraft Posted November 11, 2005 Share Posted November 11, 2005 I want writing up the top of the page - next to my logo -how do I do this??see huge expanse of nothingess here!!! Thanks Jemma Link to comment Share on other sites More sharing options...
Guest Posted November 11, 2005 Share Posted November 11, 2005 I want writing up the top of the page - next to my logo -how do I do this??see huge expanse of nothingess here!!! Thanks Jemma Jemma, Edit catalog/includes/header.php. ed Link to comment Share on other sites More sharing options...
JemCraft Posted November 16, 2005 Author Share Posted November 16, 2005 Jemma, Edit catalog/includes/header.php. ed Great thanks - now where do I put the code??? Link to comment Share on other sites More sharing options...
seank123 Posted November 16, 2005 Share Posted November 16, 2005 Look for: <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> The first <td> tag contains the store logo - the second usually has the cart/account/login buttons - you can replace the contents of the second <td> with your own stuff. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.