This is a discussion on deleting RHS of header within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Hi again, Another quickie - i saw a post a few days ago about how to get rid of the ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hi again, Another quickie - i saw a post a few days ago about how to get rid of the RHS space of the header - but for the life of me i can't find it again! I can remove the icons for account, cart etc, but am then left with a blank space to the right of my custom header pic. I want to center my logo, and can't because of this. thanks a million, tim |
| Sponsored Links | ||
| ||
| |
|
#2
| ||||
| ||||
| In header.php: Original Code: Code: <table border="0" width="750" cellspacing="0" cellpadding="0" align="center">
<tr class="header">
<td valign="middle"><?php echo tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'Test Cart'); ?></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>&nbsp;&nbsp;<a href="' . tep_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_cart.gif', HEADER_TITLE_CART_CONTENTS) . '</a>&nbsp;&nbsp;<a href="' . tep_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_checkout.gif', HEADER_TITLE_CHECKOUT) . '</a>'; ?>&nbsp;&nbsp;</td>
</tr>
</table>
Code: <table border="0" width="750" cellspacing="0" cellpadding="0" align="center">
<tr class="header">
<td><center><?php echo tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'Test Cart'); ?></center></td>
</tr>
</table>
__________________ Michael Sasek osCMax Developer
|
|
#3
| |||
| |||
| thank you very much for your time and effort tim |
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Bulk deleting to repopulate | RoyceK | osCMax v1.7 Discussion | 0 | 01-18-2006 08:28 PM |
| Problem deleting orders in Admin | nemail | osCMax v1.7 Discussion | 0 | 05-18-2005 01:07 PM |
| Deleting images problem! | pthurmond | osCMax v1.7 Discussion | 1 | 03-04-2005 11:21 AM |
| New to OSCMAX, Question on deleting items... | frankenstein897 | osCMax v1.7 Discussion | 1 | 12-29-2004 06:50 AM |
| Something went wrong deleting Header Images | Studio143 | osCMax v1.7 Discussion | 4 | 12-26-2004 02:33 PM |