BackhandBob Posted July 25, 2008 Posted July 25, 2008 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.
♥toyicebear Posted July 25, 2008 Posted July 25, 2008 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'); ?> Basics for osC 2.2 Design - Basics for Design V2.3+ - Seo & Sef Url's - Meta Tags for Your osC Shop - Steps to prevent Fraud... - MS3 and Team News... - SEO, Meta Tags, SEF Urls and osCommerce - Commercial Support Inquiries - OSC 2.3+ How To To see what more i can do for you check out my profile [click here]
BackhandBob Posted July 25, 2008 Author Posted July 25, 2008 Thanks, I just couldn't find the exact line of code I needed although I scoured the index.php file and located it.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.