Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need help locating code


BackhandBob

Recommended Posts

Posted

Hello, I am almost finished building my site but I am having a bit of trouble locating some code. Above the main text area and below the header is a bit of code that states:

 

<img width="100%" height="10" border="0" alt="" src="images/pixel_trans.gif"/>

 

I inspected the code with firebug so that was how I was able to extract it. This piece of code puts a transparent 10 pixel gif across the main content area below the header so it creates a gap there. I want to remove this gap. Does anybody know which file this code is in. Thanks.

Posted
Hello, I am almost finished building my site but I am having a bit of trouble locating some code. Above the main text area and below the header is a bit of code that states:

 

<img width="100%" height="10" border="0" alt="" src="images/pixel_trans.gif"/>

 

I inspected the code with firebug so that was how I was able to extract it. This piece of code puts a transparent 10 pixel gif across the main content area below the header so it creates a gap there. I want to remove this gap. Does anybody know which file this code is in. Thanks.

 

 

This is used in most of the default oscommerce files... The code in the files look like this:

 

<?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?>

Archived

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

×
×
  • Create New...