halisemre Posted March 20, 2007 Posted March 20, 2007 I would really appreciate any kınd of help. here ıs the lınk to my websıte http://www.karmenonline.com/online/index.php As you can see there is a lot of white space between header and contend area also between contend and footer area. How can I remove it... Been trying at leas 3 hours now and no hope on my site... I really really appreciate any help. Karmen
jonquil Posted March 20, 2007 Posted March 20, 2007 I'll bite on your footer. Please post your includes/footer.php jon It's all just ones and zeros....
halisemre Posted March 20, 2007 Author Posted March 20, 2007 Thanks for your quick reply. <?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'); ?> </td> </tr> <tr> <td width="735" height="107"> <table cellspacing="0" cellpadding="0" border="0" > <tr> <td width="735" height="12"></td> </tr> <tr> <td width="735" height="3" bgcolor="#EDEDED"></td> </tr> <tr> <td width="735" height="11"></td> </tr> <tr> <td width="735" height="66" class="footer" bgcolor="#5E5E5E"> <table cellspacing="0" cellpadding="0" border="0" > <tr> <td width="29" height="66"></td> <td width="179" height="66"><br style="line-height:23px"><?=tep_image(DIR_WS_IMAGES.'p1.gif')?><br></td> <td width="1" height="66"><?=tep_image(DIR_WS_IMAGES.'z1.gif')?><br></td> <td width="19" height="66"></td> <td width="507" height="66"><br style="line-height:17px"> <a class="footer1" href="<?=tep_href_link('specials.php')?>"><?=BOX_HEADING_SPECIALS?></a> <a class="footer1" href="<?=tep_href_link('advanced_search.php')?>"><?=BOX_SEARCH_ADVANCED_SEARCH?></a> <a class="footer1" href="<?=tep_href_link('contact_us.php')?>"><?=BOX_INFORMATION_CONTACT?></a> <? if (tep_session_is_registered('customer_id')) { ?><a class="footer1" href="<?=tep_href_link('account.php')?>"><?=HEADER_TITLE_MY_ACCOUNT?></a><? } else { ?><a class="footer1" href="<?=tep_href_link('create_account.php')?>"><?=HEADER_TITLE_CREATE_ACCOUNT?></a><? } ?> <? if (tep_session_is_registered('customer_id')) { ?><a class="footer1" href="<?=tep_href_link('logoff.php')?>"><?=HEADER_TITLE_LOGOFF?></a><? } else { ?><a class="footer1" href="<?=tep_href_link('login.php')?>"><?=HEADER_TITLE_LOGIN?></a><? } ?><br> <br style="line-height:5px"> <?=FOOTER_TEXT_BODY?> <strong><a href="<?=tep_href_link('privacy.php')?>"><?=BOX_INFORMATION_PRIVACY?></a></strong> | <strong><a href="<?=tep_href_link('conditions.php')?>"><?=BOX_INFORMATION_CONDITIONS?></a></strong> <br></td> </tr> </table> </td> </tr> <tr> <td width="735" height="15"></td> </tr> </table> </td> </tr> </table> Karmen
halisemre Posted March 20, 2007 Author Posted March 20, 2007 thanks guys for your help it was the issue of header.php if you guys want to know please let me know Karmen
jonquil Posted March 21, 2007 Posted March 21, 2007 You also wanted to know why there was such white space at the bottom: from your footer.php: <td width="735" height="107"> jon It's all just ones and zeros....
PJ2006 Posted April 25, 2008 Posted April 25, 2008 thanks guys for your help it was the issue of header.php if you guys want to know please let me know I need to get rid of the white space at the top, how did you do it? Thanks
Recommended Posts
Archived
This topic is now archived and is closed to further replies.