quickshot12 Posted June 3, 2009 Share Posted June 3, 2009 Hi, My site http://shopaspire.com is showing fine in FF however in internet explorer (8), every page I can get to is only displaying the header and footer of the page, but not the body content of the page or column left / right. Not sure when this started happening so havn't got any clues to what file change caused the issue. Any clues would be much appreciated. Link to comment Share on other sites More sharing options...
germ Posted June 3, 2009 Share Posted June 3, 2009 At the very bottom of /includes/header.php after the closing php tag: ?> Add this: </td> </tr> </table> If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
quickshot12 Posted June 3, 2009 Author Share Posted June 3, 2009 </td> </tr> </table> This didn't work. Is this code correct? The bottom of my header file is now: <?php } if (isset($HTTP_GET_VARS['info_message']) && tep_not_null($HTTP_GET_VARS['info_message'])) { ?> <table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr class="headerInfo"> <td class="headerInfo"><?php echo htmlspecialchars(stripslashes(urldecode($HTTP_GET_VARS['info_message']))); ?></td> </tr> </table> <?php } ?> </td> </tr> </table> Link to comment Share on other sites More sharing options...
quickshot12 Posted June 3, 2009 Author Share Posted June 3, 2009 Thanks. Solved. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.