AllTheAbove Posted August 11, 2005 Posted August 11, 2005 Ok, I am trying to figure out how to seperate the footer from the main body and I am guessing this is in stylesheet. I noticed header has somewhere around 6 entries like TD.header; TR.header etc etc etc I only noticed footer having two. One is TD.footer and the other is .footertable directly underneath that. So, I did the logical thing and copied everything that said header then renamed all the copies to footer. Nothing changed. Where else might this be determined? Thanks Lori
♥Monika in Germany Posted August 11, 2005 Posted August 11, 2005 Ok, I am trying to figure out how to seperate the footer from the main body and I am guessing this is in stylesheet. I noticed header has somewhere around 6 entries like TD.header; TR.header etc etc etc I only noticed footer having two. One is TD.footer and the other is .footertable directly underneath that. So, I did the logical thing and copied everything that said header then renamed all the copies to footer. Nothing changed. Where else might this be determined? Thanks Lori <{POST_SNAPBACK}> sorry, I have no idea what you are trying to do. have a screenshot so we can understand better? :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...
AllTheAbove Posted August 11, 2005 Author Posted August 11, 2005 sorry, I have no idea what you are trying to do. have a screenshot so we can understand better? <{POST_SNAPBACK}> Here is my site http://alltheaboveweb.com/catalog/index.php The two main problems on the front page are the footer navbar is short. I want it to look like the header navbar. The text does not stretch over. It acts like there is a column on the right but I removed it. Thanks
♥Vger Posted August 11, 2005 Posted August 11, 2005 You've removed the info boxes from the right column, but not the code that calls it (the right column) from every root level file. <td width="130" valign="top"><table border="0" width="130" align=right cellspacing="0" cellpadding="0"> <!-- right_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?> <!-- right_navigation_eof //--> </table></td> You've also messed up the table structure of the root level index.php page, which is why the footer bar is short on that page but renders fine on all others. Vger
AllTheAbove Posted August 11, 2005 Author Posted August 11, 2005 You've removed the info boxes from the right column, but not the code that calls it (the right column) from every root level file. <td width="130" valign="top"><table border="0" width="130" align=right cellspacing="0" cellpadding="0"> <!-- right_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?> <!-- right_navigation_eof //--> </table></td> You've also messed up the table structure of the root level index.php page, which is why the footer bar is short on that page but renders fine on all others. Vger <{POST_SNAPBACK}> Thanks.. Darn contrib.. Didnt even think about that line of code when I was installing that contrib.. now I have to go in and delete all those *sigh* oh joy.. I will look at the index.php and hopefully figure out the table thing.
♥Vger Posted August 11, 2005 Posted August 11, 2005 I would just restore the root level index.php page with an original and start from there. Vger
AllTheAbove Posted August 11, 2005 Author Posted August 11, 2005 I would just restore the root level index.php page with an original and start from there. Vger <{POST_SNAPBACK}> Ok.. changed everything back and put the back-up index in.. text is still not going as far to the right as I would like.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.