Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to remove image box


Scraptastic

Recommended Posts

Posted

:'( In the header where it says let's see what we have here etc to the right is a box for images or logos. Is there anyway I can get rid of this or is there somewhere I can go to download images to use to fill this. I would prefer to get rid of it if possible. Please help me.

Posted

You can delete the whole line of code that refers to these images. It does mean that you have to go through every file in your root folder, but it could be worth the time.

 

As an example you need to delete this bit of code in the contact us file.

 

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

 

In all the other files it begins with the same bit of code

 

<td class="pageHeading" align="right"><?php echo

 

I hope that this is the image you need removing. To check that it is open the web poage and right click on the image to find the name of the image, then look for that name within the code.

REMEMBER BACKUP, BACKUP AND BACKUP

Archived

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

×
×
  • Create New...