cube Posted April 3, 2008 Posted April 3, 2008 Hi, Can anyone tell me why www.outtoplay.co.nz has a large amount of blank space at the bottom of the page? Thanks in advance Quentin
Guest Posted April 3, 2008 Posted April 3, 2008 Hi, Can anyone tell me why www.outtoplay.co.nz has a large amount of blank space at the bottom of the page? Thanks in advance Quentin My guess, when you edited the footer, you created it. I did see a <br/> near the bottom of the page in view source.
cube Posted April 3, 2008 Author Posted April 3, 2008 My guess, when you edited the footer, you created it. I did see a <br/> near the bottom of the page in view source. Thanks - the source at the end of the page is: <tr> <td colspan=4 align="center" class="smallText"> Copyright © 2004-2007 osCommerce and Out To Shop Ltd.<br>Powered by <a href="http://www.oscommerce.com" target="_blank">osCommerce</a></td></tr> </table> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> _uacct = "UA-2560964-1"; urchinTracker(); </script> <!-- footer_eof //--> <br /> </body> </html> but that doesn't account for all the blank space I see after the copyright notice.
markg-uk Posted April 3, 2008 Posted April 3, 2008 I don't think it is a footer problem as the product pages look ok (and that calls the footer page as well) Has application_bottom.php been changed at all?
Guest Posted April 3, 2008 Posted April 3, 2008 I don't think it is a footer problem as the product pages look ok (and that calls the footer page as well) Has application_bottom.php been changed at all? or index.php
cube Posted April 3, 2008 Author Posted April 3, 2008 Hi, Thanks for the replies. application_bottom.php hasn't changed. Last line is ?> index.php has changed heaps - the bottom of it is <!-- footer //--> <?php require(DIR_WS_INCLUDES . 'footer.php'); ?> <!-- footer_eof //--> <br /> </body> </html> <?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?>
Guest Posted April 3, 2008 Posted April 3, 2008 The stock osc rc2a has at the bottom <!-- body_eof //--> <!-- footer //--> <?php require(DIR_WS_INCLUDES . 'footer.php'); ?> <!-- footer_eof //--> <br> </body> </html> <?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?> I tried the <br /> in my test site and it made no difference. Beats me.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.