Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

remove extra space from footer file


pure11

Recommended Posts

hi, please see the picture, there is a black space at the bottom of the picture i have created

 

 

i tried everyting to remove that extra black space on the footer file and nothing works!

 

can someone please help me get rid of this extra black space?

 

here is my footer.php file and what it looks like right now:

 

<?php
/*
 $Id: footer.php,v 1.12 2003/02/17 16:54:12 hpdl Exp $

 osCommerce, Open Source E-Commerce Solutions
 http://www.oscommerce.com

 Copyright (c) 2003 osCommerce

 Released under the GNU General Public License
*/
?>
<table border="0" width="100%" height="0%" align="center" cellspacing="0" cellpadding="0" bgcolor="black" bordercolor="black">
 <tr>
<img src="images/bottom.gif"  width="1006" border="0" title="pureg.net - hip hop underground street store" alt="pureg.net - underground street shop">
</tr>
</table>

 

 

thanks so much!

 

aaa1.gif

Link to comment
Share on other sites

You got an error in your table definition. You omitted the <TD> tags around the image. Add them and look how it comes out. Other that that your background is black...

 

 

hi there, i changed the code is now:

<?php
/*
 $Id: footer.php,v 1.12 2003/02/17 16:54:12 hpdl Exp $

 osCommerce, Open Source E-Commerce Solutions
 http://www.oscommerce.com

 Copyright (c) 2003 osCommerce

 Released under the GNU General Public License
*/
?>
<table border="0" width="100%" height="0%" align="center" cellspacing="0" cellpadding="0" bgcolor="black" bordercolor="black">
 <td><tr>
<img src="images/bottom.gif"  width="1006" border="0" title="pureg.net - hip hop underground street store" alt="pureg.net - underground street shop">
</td></tr>
</table>

 

the space under the image still remains. Do you know how i can completly eliminate the space under the image? such as align image bottom type of thing so there is no space under the image?

 

p.s. tried changing align="bottom" and it did not work still

 

thanks

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...