billybrag Posted June 11, 2004 Share Posted June 11, 2004 i am trying to get rid of the white at the bottom of this page HERE and if i view source the last bit of code looks like this . . . . c7fe1432254" target="_blank"><img src="images/logo.gif" border="0" alt="Sharps" title=" Sharps " width="468" height="60"></a></td> </tr> </table> </td></tr> </table> <!-- footer_eof //--> <br> </body> </html> where is that last <br> in the code, its killing me trying to fond it!!!!! pls help :) "because it'll hurt more"- the greatest film of all time? Link to comment Share on other sites More sharing options...
burt Posted June 11, 2004 Share Posted June 11, 2004 It is in every one of the main .php files (product_info.php, index.php etc etc). Link to comment Share on other sites More sharing options...
billybrag Posted June 11, 2004 Author Share Posted June 11, 2004 you must be having one times girraffe, so every file in catalog/ or what? "because it'll hurt more"- the greatest film of all time? Link to comment Share on other sites More sharing options...
ryanf Posted June 11, 2004 Share Posted June 11, 2004 yup everyfile that displays a page. It's a pain yes but if you want to get rid of the <br> then you got to go through them all. If I was crafty, this would be a funny signature. Link to comment Share on other sites More sharing options...
241 Posted June 11, 2004 Share Posted June 11, 2004 yes take a look through the files and see what you come up with. No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes. Link to comment Share on other sites More sharing options...
billybrag Posted June 11, 2004 Author Share Posted June 11, 2004 ok i have started going through and have found most of the pages have what im looking for howvere index.php and a few others have this at the bottom require(DIR_WS_TEMPLATES . TEMPLATE_NAME . '/' . TEMPLATENAME_MAIN_PAGE); require(DIR_WS_INCLUDES . 'application_bottom.php'); ?> so i cant find it, its not in 'application_bottom.php' either "because it'll hurt more"- the greatest film of all time? Link to comment Share on other sites More sharing options...
241 Posted June 11, 2004 Share Posted June 11, 2004 try line #21 of catalog/includes/footer.php that is the one outwith the if statement catalog/index.php is this one at the bottom <?php require(DIR_WS_INCLUDES . 'footer.php'); ?> <!-- footer_eof //--> <br> </body> </html> <?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?> forget it you are using a template system so you will have to work through the template structure No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes. Link to comment Share on other sites More sharing options...
billybrag Posted June 11, 2004 Author Share Posted June 11, 2004 sorted it thanks guys "because it'll hurt more"- the greatest film of all time? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.