yoda2nd Posted January 16, 2006 Posted January 16, 2006 I am completely stumped by this problem. If I edit the following code in column_right.php in any way, the footer bar with the date and hits will not extend all the way across the bottom of the page. However if you refresh the page or click on a link, the footer bar then extends all the way across the bottom of the page. if (substr(basename($PHP_SELF), 0, 8) != 'checkout') { include(DIR_WS_BOXES . 'languages.php'); include(DIR_WS_BOXES . 'currencies.php'); } Any help would be much appreciated!
yoda2nd Posted January 20, 2006 Author Posted January 20, 2006 Thanks to everyone that responded with help! :angry: I am most grateful for the assistance...no posts asking for more info, advice or anything. Just a few reads..... :( I have fixed the bug, requires a </table> tag at the end of the file column_right.php. Fixes the bug entirely. Perhaps this is something that should be fixed with the next update.
Guest Posted January 20, 2006 Posted January 20, 2006 That is not the proper place for that </table> tag. That particular table is closed in the main page you are viewing (ie. index.php, product_info.php, etc.) Sorry no one responded earlier, but occasionally a post slips past us
Recommended Posts
Archived
This topic is now archived and is closed to further replies.