Title: solidhelix's Replies | WordPress.org

---

# solidhelix

  [  ](https://wordpress.org/support/users/solidhelix/)

 *   [Profile](https://wordpress.org/support/users/solidhelix/)
 *   [Topics Started](https://wordpress.org/support/users/solidhelix/topics/)
 *   [Replies Created](https://wordpress.org/support/users/solidhelix/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/solidhelix/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/solidhelix/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/solidhelix/engagements/)
 *   [Favorites](https://wordpress.org/support/users/solidhelix/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Problem with sidebar in IE](https://wordpress.org/support/topic/problem-with-sidebar-in-ie/)
 *  [solidhelix](https://wordpress.org/support/users/solidhelix/)
 * (@solidhelix)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/problem-with-sidebar-in-ie/#post-773016)
 * In the Page Template move one of the last 2 </div> tags above <?php include(TEMPLATEPATH.”/
   sidebar.php”);?> that will get the sidebar out of the maincolumn wrapper. That
   will fix everything 🙂
 * <div id=”wrap”>
    <div id=”content”>
 *  <div id=”contentleft”>
    <?php if (have_posts()) : while (have_posts()) : the_post();?
   > <h1>” rel=”bookmark”><?php the_title(); ?></h1> <?php the_content(__(‘Read 
   more’));?><div style=”clear:both;”></div>
 *  <!–
    <?php trackback_rdf(); ?> –>
 *  <?php endwhile; else: ?>
 *  <p><?php _e(‘Sorry, no posts matched your criteria.’); ?></p><?php endif; ?>
 * </div>
    <?php include(TEMPLATEPATH.”/sidebar.php”);?> </div>
 * <!– The main column ends –>
 * <?php get_footer(); ?>

Viewing 1 replies (of 1 total)