spencermjax Posted August 28, 2005 Share Posted August 28, 2005 I am having a problem with some spacing that is at the bottom of my footer.php you can see what I mean HERE I do not want any space at the bottom of my page. here is my footer.php code: <?php /* $Id: footer.php,v 1.26 2003/02/10 22:30:54 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2003 osCommerce Released under the GNU General Public License */ require(DIR_WS_INCLUDES . 'counter.php'); ?> <table border="0" width="100%" cellspacing="0" cellpadding="0" align="center"> <tr > <td align="center"> <table width="737" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td class="bg_left_border" width="2"><img src="./images/spacer.gif" width="2" height="5"></td> <td width="159" valign="middle" class="bg_bottom"><img src="images/spacer.gif" width="1" height="30" align="left"><span class="text_white">AniMom, Inc. ©2004<br> Patent Pending </span></td> <td width="6"><img src="images/bottom_divider.gif"></td> <td align="center" valign="middle" width="415" class="bg_bottom"> <table width="258" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="center" valign="middle" class="link_white"><a href="a">Home</a></td> <td width="24"><img src="images/bottom_divider_link.gif"></td> <td align="center" valign="middle" class="link_white"><a href="a">Shop</a></td> <td width="24"><img src="images/bottom_divider_link.gif"></td> <td align="center" valign="middle" class="link_white"><a href="a">About Us </a></td> <td width="24"><img src="images/bottom_divider_link.gif"></td> <td align="center" valign="middle" class="link_white"><a href="a">Contact Us </a></td> </tr> </table></td> <td width="6"><img src="images/bottom_divider.gif"></td> <td width="159" align="right" valign="middle" class="bg_bottom"><img src="images/spacer.gif" width="1" height="30" align="right"><span class="text_white">Site Designed & Hosted By: </span><br> <span class="link_white"><a href="http://onlinenetsource.com/">Online Net Source</a><br> <?php /* The following copyright announcement can only be appropriately modified or removed if the layout of the site theme has been modified to distinguish itself from the default osCommerce-copyrighted theme. For more information please read the following Frequently Asked Questions entry on the osCommerce support site: http://www.oscommerce.com/community.php/faq,26/q,50 Please leave this comment intact together with the following copyright announcement. */ echo FOOTER_TEXT_BODY ?> </span></td><td class="bg_right_border" width="2"><img src="./images/spacer.gif" width="2" height="5"></td> </tr> </table></td> </tr> </table> <?php ?> Link to comment Share on other sites More sharing options...
♥Monika in Germany Posted August 28, 2005 Share Posted August 28, 2005 Hi, the problem is not your footer ... in all your files in catalog, the bottom of the code shows this: <!-- footer //--> <?php require(DIR_WS_INCLUDES . 'footer.php'); ?> <!-- footer_eof //--> <br> </body> </html> <?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?> see that <br> after the footer? Get rid of it, yep, in all those files in the catalog folder ... :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.