Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

remove pixel_trans.gif


toolman

Recommended Posts

Posted

Hi there,

 

I have noticed that at the top and bottom of each box, there is an image called pixel_trans.gif.

 

I cannot find how to remove this from the top of these boxes. Does anyone know how to do this or which file it is is?

 

Many thanks.

Posted

you remove the trans pixel gif and your whole page will crash and look like crap.

 

It is used as a spacer and is used on most if not all pages catalog and admin.

 

If you need to remove it in a certain section look for that section and remove that code only.

Posted

I want to remove it from the search box, but it is not in the code. Any idea where else it would be?

Many thanks.

Posted
includes/classes/boxes.php

Same file - look for this line and comment it out:

 

$info_box_contents[] = array(array('text' => tep_draw_separator('pixel_trans.gif', '100%', '1')));

 

It appears twice - once above the for{} loop and once below it. Remove/comment out both references.

Archived

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

×
×
  • Create New...