t.a.c Posted December 11, 2007 Posted December 11, 2007 I just opened up internet explorer and looked at my site here and all the boxes are on the left side but when you click on a product they display as normal on the right side. This only happens in Internet Explorer in Firefox the site is fine. This has me really confused so any help again will be much appreciated Thanks Trevor
jonquil Posted December 11, 2007 Posted December 11, 2007 Your problem may lie where you (or someone) has done this: <!-- *** ADDED THIS LINE *** <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="pageHeading"></td> <td class="pageHeading" align="right"><img src="images/table_background_default.gif" border="0" alt="" width="57" height="40"></td> </tr> </table></td> </tr> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td> </tr> *** ADDED THIS LINE *** --!> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <!-- *** ADDED THIS LINE *** <tr> <td class="main"></td> </tr> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td> </tr> <tr> <td class="main"></td> </tr> *** ADDED THIS LINE *** --!> Instances like this show up on pages where the boxes on the right are falling below the boxes on the left but ABOVE the footer. Hope this helps :) jon It's all just ones and zeros....
germ Posted December 11, 2007 Posted December 11, 2007 I'm working on it Jon... In your index.php in the root folder of your site, find this code: <?php include(DIR_WS_MODULES . FILENAME_UPCOMING_PRODUCTS); ?> </tr> </table></td> </tr> </table></td> <?php } ?> <!-- body_text_eof //--> Change it to: <?php include(DIR_WS_MODULES . FILENAME_UPCOMING_PRODUCTS); ?> <!-- *** added line here *** </tr> </table></td> </tr> </table></td> *** added line here *** --!> <?php } ?> <!-- body_text_eof //--> This was a side effect of the changes you made as a result of your other post and the suggestions I made. :blush: 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 >
jonquil Posted December 11, 2007 Posted December 11, 2007 Sorry! Didn't mean to join the party! Want your beer back? jon :) It's all just ones and zeros....
germ Posted December 11, 2007 Posted December 11, 2007 Keep it.. I'll get a new one... :thumbsup: BTW, Ya' want any peanuts to go with that beer? :unsure: :lol: 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 >
jonquil Posted December 11, 2007 Posted December 11, 2007 A bit early in the day, ya think? Glad t.a.c has you on the job :) It's all just ones and zeros....
t.a.c Posted December 11, 2007 Author Posted December 11, 2007 Thanks for all of your help i tried adding the lines you said but i couldnt get it to work so i deleted a few of these <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> and this image <?php echo tep_image(DIR_WS_IMAGES . 'table_background_default.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?> and that did the trick thanks again for all your replys Trevor
Recommended Posts
Archived
This topic is now archived and is closed to further replies.