Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

something wrong with footer ?


rommany

Recommended Posts

Posted

Hello

 

I have noticed that my footer changes from being centered on the main page and sub-catagories pages and so on, but in the catagories the text is on the right hand side.

 

Could someone point out what i could have done wrong.

 

Many thanks

Posted

What you have to do is find out that's the php page that's to the right and look for

 

 

<!-- footer //-->

<?php require(DIR_WS_INCLUDES . 'footer.php'); ?>

<!-- footer_eof //-->

 

And change it so it reads

 

<!-- footer //-->

<center> <?php require(DIR_WS_INCLUDES . 'footer.php'); ?></center>

<!-- footer_eof //-->

at the end of the day the code will be good

Archived

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

×
×
  • Create New...