rommany Posted November 1, 2005 Posted November 1, 2005 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
MoisesZaragoza Posted November 1, 2005 Posted November 1, 2005 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.