When I am done I have the oscmax gif on the left and three buttons on the right. How do I go about editing some content to center of the area between the gif and buttons, or for that matter replace them with more customized info
This is a discussion on Banner, centering within the osCommerce 2.2 Installation Help forums, part of the osCommerce 2.2 Forums category; When I am done I have the oscmax gif on the left and three buttons on the right. How do ...
When I am done I have the oscmax gif on the left and three buttons on the right. How do I go about editing some content to center of the area between the gif and buttons, or for that matter replace them with more customized info
Edit the main_page.tpl.php file in the templates/fallback directory and change the html to whatever you require. If you are not using the fallback template, edit the main_page.tpl.php file in whatever template directory you are using.
Michael Sasek
osCMax Developer
osCmax Installation Service - Have our professionals install osCmax on your server - same day service!
osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5
Stay Up To Date with everything osCMax:
Free osCmax Newsletters - Security notices, New Releases, osCMax News
osCmax on Twitter - Up to the minute info as it happens. Know it first.
osCmax Documentation
What am I actually editing out, when I copy the code paste it into my editor and trash the row the gif is in, the entire page blows up.
I am not sure how to edit the gif header out
Your trashing more than a image link.
You need to edit:PHP Code:<!-- header //-->
<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.gif', 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_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>
JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
Try out our osCMax at: Live Catalog Demo
Limited access Admin: Live Admin Demo
Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!
Thanks for your help
Bookmarks