Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Delete a pic


Muldrick

Recommended Posts

Posted

Sorry, brainfart here (and I'm far from a pro)

I want to remove the "table_background_default.gif" image from this page . The image under "my account".

 

I don't want to delete the image file itself though. I just don't want it showing on that page.

What page do I edit? Index.php? header.php? stylesheets.css??? I forgot.

 

Thanks

Posted
Sorry, brainfart here (and I'm far from a pro)

I want to remove the "table_background_default.gif" image from this page . The image under "my account".

 

I don't want to delete the image file itself though. I just don't want it showing on that page.

What page do I edit? Index.php? header.php? stylesheets.css??? I forgot.

 

Thanks

Look for this in catalog/index.php

echo tep_image(DIR_WS_IMAGES . 'table_background_default.gif'

 

Just put the two // in front of it.

 

Tim

Posted
Look for this in catalog/index.php

echo tep_image(DIR_WS_IMAGES . 'table_background_default.gif'

 

Just put the two // in front of it.

 

Tim

 

Thanks Tim

Archived

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

×
×
  • Create New...