Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

removing image next to WHATS NEW HERE?


dath

Recommended Posts

Posted

how do i do that?

i've checked the index.php and the <i>mylanguage</i>.php but there i couldn't find any reference to the table_background_default.gif pic

 

ofcourse, there are other pages where i want these images removed...

Posted

you can search your whole code for table_background and you will find many calls to different gif files, then all you have to do is after the <?php and before the echo comment them out // echo

 

in each of the applications, then all those images go away.

Posted

You can also try loading new images with something you'd like better in place. Just replace the image file with something else but give it the exact same file name. The image can be a logo or one of your products or even a single pixel transparent square.

  • 2 months later...
Posted
how do i do that?

i've checked the index.php and the <i>mylanguage</i>.php but there i couldn't find any reference to the table_background_default.gif pic

 

ofcourse, there are other pages where i want these images removed...

 

Did you ever find the file that needs to be changed? I know how to comment out the picture, but I too am not able to find the correct file.

 

Tim

Archived

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

×
×
  • Create New...