Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I remove those little icons to the right of


dragon5

Recommended Posts

For the life of me, I can't figure out how to remove the icons to the right of 'Welcome....' or 'What do we have here' etc... Every page has one of these to the right of the header in the text body. I can't even find where they are referenced, and I've been through EVERY file more than a few times!

Thanks

d5

Link to comment
Share on other sites

First, I can't even find them! Where are they referenced? In what file? Assuming that the actual gifs are in the images folder I sure can't see them, and I looked at ALL the images. Second, I want to remove not just replace.

Thanks

d5

Link to comment
Share on other sites

I can't even find where they are referenced, and I've been through EVERY file more than a few times!

 

here you can find those corner gifs > catalog/images/infobox/

 

the easiest way to get rid of them is to change them with clear gif , what i did was downloaded all of them , then changed there color in photoshop and replaced them with original ones. you dont wana just delete them because then youll get big red "X" on all the corners.

Link to comment
Share on other sites

Thank you, but infobox is not the right location for the gifs I'm talking about. I understand replacing with transparent gifs. Even though they would be transparent, they still take up space that I need for other things. There has to be a way to remove completely.

d5

Link to comment
Share on other sites

a 1x1 clear gif won't take up space at all, weather physically on your site or in your server, but if you want to remove the call all-together, I would just suggest looking at the page you want to remove them from (i.e. index.php) and go to that page and look through the table of that page to try to figure out where the call for those images are.

Contributions I used : Updated 06-13-04 23:42

----------------

Vote on My Graphis Poll

Link to comment
Share on other sites

Ok, I found it. Where/how much do I cut?

Thanks

d5

 

<td class="pageHeading"><?php echo HEADING_TITLE; ?></td>

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

</tr>

</table></td>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...