Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

DEFAULT IMAGES


BEANSTALKER

Recommended Posts

This is probably a stupid question & i'm sure you have heard it before. I'm customizing my site & I'm having trouble removing the default image (table_background_default.gif), it's on the opening page of my site in the middle top right area. I know this can be done by simply deleting the image from the images folder, but i want to find the file that commands this image to appear in case i might want to upload an image of my own later on. My default language is english & i'm operating on 2.2 MS2

Link to comment
Share on other sites

You will find this code in index.php:

 

            <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_default.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>

 

Yopu can safely remove it.

 

Matti

Link to comment
Share on other sites

You will find this code in index.php:

 

 ? ? ? ? ? ?<td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_default.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>

 

Yopu can safely remove it.

 

Matti

found the pic & removed it. i went from 'table_background_default.gif' to just the 2 single quotes '' . removing the image caused the page width to really increase. any suggestions??

Link to comment
Share on other sites

You will find this code in index.php:

 

 ? ? ? ? ? ?<td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_default.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>

 

Yopu can safely remove it.

 

Matti

 

I found that adding either a new image and rename the new image table_background_default.gif or replace with a blank image and rename this one as table_background_default.gif

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...