Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

HElp find a random <br>


billybrag

Recommended Posts

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

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! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Link to comment
Share on other sites

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

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! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...