Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Getting rid of the pixel-trans.gif


rick-b

Recommended Posts

Does anyone know how to get rid of the pixel-trans.gif images at the bottom and top of each box?

 

http://www.thecoralroom.co.uk/index.php <-- if you highlight the boxes you can see the image, anyone know the code?

 

cheers

rick

The Coral Room ...store coming soon!

56 contibs added

28 custom creations + additions

6 future contribs

10+ tasks to complete

Link to comment
Share on other sites

  • 5 months later...
Does anyone know how to get rid of the pixel-trans.gif images at the bottom and top of each box?

 

http://www.thecoralroom.co.uk/index.php <-- if you highlight the boxes you can see the image, anyone know the code?

 

cheers

rick

 

 

It doesn't define in box .php or language .php or anywhere. I also like to know how to rid of it.

if you find out let me know too.

Link to comment
Share on other sites

It doesn't define in box .php or language .php or anywhere. I also like to know how to rid of it.

if you find out let me know too.

I found it!!!

I don't know nothing about php but it seems working...

Delete following 3 defines from includes/classes/boxes.php

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

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

else {
	$right_corner = $right_arrow . tep_draw_separator('pixel_trans.gif', '11', '14');
  }

Good luck

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...