can any one tell me how to center the image in the header (the one that would normaly be called oscommerce.gif
Thanks
This is a discussion on How do i center the .gif image in the header within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; can any one tell me how to center the image in the header (the one that would normaly be called ...
can any one tell me how to center the image in the header (the one that would normaly be called oscommerce.gif
Thanks
Not absolutely posotive, but I think you would do it here
catalog/includes/header.php
about line 57
<td valign="top"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?>
replace the first set of brakets with this
<td align="center" valign="top">
Hope that works for ya!!
~~!!It did WHAT??!!~~
That works the gif is in the middle now...
Bookmarks