offthewallrc Posted March 15, 2004 Share Posted March 15, 2004 For some reason the footer text is not follow the style sheet. Its only wrong on the home page and is aligned to the left. Here is the link to the site http://www.offthewallrc.com/catalog Any help will be appreciated! Link to comment Share on other sites More sharing options...
♥yesudo Posted March 15, 2004 Share Posted March 15, 2004 underlying html: on homepage: <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <tdCopyright © 2004 <a href="http://www.offthewallrc.com" target="_blank">OFF The WALL RC</a><br>Powered by <a href="http://www.awinnovations.com" target="_blank">AW Innovations</a> </td> </tr> </table> on product_info: <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="center" class="smallText"> Copyright © 2004 <a href="http://www.offthewallrc.com" target="_blank">OFF The WALL RC</a><br>Powered by <a href="http://www.awinnovations.com" target="_blank">AW Innovations</a> </td> </tr> </table> not sure why they differ ? Your online success is Paramount. Link to comment Share on other sites More sharing options...
offthewallrc Posted March 16, 2004 Author Share Posted March 16, 2004 Any one else? Link to comment Share on other sites More sharing options...
Guest Posted March 16, 2004 Share Posted March 16, 2004 I tried product_info and got no footer at all... :blink: Buggy version of PHP? Try this in your catalog/.htaccess (its at the bottom of the file - you must remove a few of the comments #): <IfModule mod_php4.c> php_value session.use_trans_sid 0 # php_value register_globals 1 </IfModule> Matti Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.