Title: howiedi2's Replies | WordPress.org

---

# howiedi2

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

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

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Cannot modify header information](https://wordpress.org/support/topic/cannot-modify-header-information-7/)
 *  Thread Starter [howiedi2](https://wordpress.org/support/users/howiedi2/)
 * (@howiedi2)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/cannot-modify-header-information-7/#post-707476)
 * It looks like the problem was caused by a title having been added to my main 
   index.php file. I removed the title line altogether and the problem is solved.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Objects are pushed to the left in MSIE 7](https://wordpress.org/support/topic/objects-are-pushed-to-the-left-in-msie-7/)
 *  Thread Starter [howiedi2](https://wordpress.org/support/users/howiedi2/)
 * (@howiedi2)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/objects-are-pushed-to-the-left-in-msie-7/#post-708097)
 * Awesome!!! Thanks HandySolo!! And, thank you LenK!
 * It works now. it also solved my other problem that I posted 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Objects are pushed to the left in MSIE 7](https://wordpress.org/support/topic/objects-are-pushed-to-the-left-in-msie-7/)
 *  Thread Starter [howiedi2](https://wordpress.org/support/users/howiedi2/)
 * (@howiedi2)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/objects-are-pushed-to-the-left-in-msie-7/#post-708092)
 * I looked at that. Here are the first few lines:
 * <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “[http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt](http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt);
   
   <html xmlns=”[http://www.w3.org/1999/xhtml”&gt](http://www.w3.org/1999/xhtml”&gt);
 * <head profile=”[http://gmpg.org/xfn/11″&gt](http://gmpg.org/xfn/11″&gt);
    <meta
   http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?
   php bloginfo(‘charset’); ?>” />
 * <title>Howie Isaacks | Official Weblog</title>
 * I hate Microsoft and their damned web browser!!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Objects are pushed to the left in MSIE 7](https://wordpress.org/support/topic/objects-are-pushed-to-the-left-in-msie-7/)
 *  Thread Starter [howiedi2](https://wordpress.org/support/users/howiedi2/)
 * (@howiedi2)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/objects-are-pushed-to-the-left-in-msie-7/#post-708081)
 * OK. I’ve been looking through all of the documents in the theme. Where would 
   I make this change? The problem is unique to the theme called iTheme.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Cannot modify header information](https://wordpress.org/support/topic/cannot-modify-header-information-7/)
 *  Thread Starter [howiedi2](https://wordpress.org/support/users/howiedi2/)
 * (@howiedi2)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/cannot-modify-header-information-7/#post-707338)
 * Thanks RocketSeason. None of the fixes on your thread worked 🙁
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Cannot modify header information](https://wordpress.org/support/topic/cannot-modify-header-information-7/)
 *  Thread Starter [howiedi2](https://wordpress.org/support/users/howiedi2/)
 * (@howiedi2)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/cannot-modify-header-information-7/#post-707310)
 * The problem isn’t with my browser or the other people’s browsers. I have cleared
   the cache a couple of times. I’m pretty sure there’s some screwed up code someplace.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Cannot modify header information](https://wordpress.org/support/topic/cannot-modify-header-information-7/)
 *  Thread Starter [howiedi2](https://wordpress.org/support/users/howiedi2/)
 * (@howiedi2)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/cannot-modify-header-information-7/#post-707283)
 * OK. So put back a fresh copy of the index.php that I should “never” edit. Nothing
   has changed. I still have the same problem.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Cannot modify header information](https://wordpress.org/support/topic/cannot-modify-header-information-7/)
 *  Thread Starter [howiedi2](https://wordpress.org/support/users/howiedi2/)
 * (@howiedi2)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/cannot-modify-header-information-7/#post-707258)
 * Nope. Here are all of the lines from the index.php file:
 * <title>Official Weblog Of Howie Isaacks</title><?php
    /* Short and sweet */ define(‘
   WP_USE_THEMES’, true); require(‘./wp-blog-header.php’); ?>
 * Thanks for the suggestion though. I’m sure it has something to do with a bad 
   or missing line of code.

Viewing 8 replies - 1 through 8 (of 8 total)