Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

making it go away


itfitz

Recommended Posts

Posted

How do I make the image /table_background_default.gif go away. Its in my way and I cant find it. Its the image that is on the top right, just below the header.

 

table_background_default.gif

 

you can view the site here

 

My Webpage

If it was easy, anyone could do it!

Posted

on your index.php around line 291 on a stock install youll find this cell

 

<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>

 

 

 

comment out just that cell, or the whole row its in to bump the content of your index page up.

What? Yeah, I can do that.

Archived

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

×
×
  • Create New...