howiedi2
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cannot modify header informationIt 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
In reply to: Objects are pushed to the left in MSIE 7Awesome!!! Thanks HandySolo!! And, thank you LenK!
It works now. it also solved my other problem that I posted ??
Forum: Fixing WordPress
In reply to: Objects are pushed to the left in MSIE 7I looked at that. Here are the first few lines:
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”https://www.w3.org/1999/xhtml”><head profile=”https://gmpg.org/xfn/11″>
<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
In reply to: Objects are pushed to the left in MSIE 7OK. 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
In reply to: Cannot modify header informationThanks RocketSeason. None of the fixes on your thread worked ??
Forum: Fixing WordPress
In reply to: Cannot modify header informationThe 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
In reply to: Cannot modify header informationOK. 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
In reply to: Cannot modify header informationNope. 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.