howiedi2
Member
Posted 4 years ago #
My website at http://www.howiesweb.com looks great in FireFox and Safari. When it's opened in Internet Explorer 7, everything is scrunched over to the left. I don't know much about CSS but, I have all of the theme files backed up. Could someone tell me what I might need to change?
Thanks!
For starters, the Doctype declaration should be the first thing at the top of your document but when looking at your source code I see,
<title>Howie Isaacks | Official Weblog</title><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
howiedi2
Member
Posted 4 years ago #
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.
howiedi2
Member
Posted 4 years ago #
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">
<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://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!!
Check your blog's main index.php. Title tag added there by chance?
howiedi2
Member
Posted 4 years ago #
Awesome!!! Thanks HandySolo!! And, thank you LenK!
It works now. it also solved my other problem that I posted :)