Recent Topics

1 Apr 25, 2010 15:31    

My b2evolution Version: 3.3.3 released on 12/15/09

Hi,

I have a blog that works great in Firefox but not Internet Explorer 8. See the URL below:

http://coachscottblack.com/blog/index.php?blog=1

I've searched around and have not found any reason for this to happen. Has anyone seen this behaviour? If so have you found how to fix this?

Thanks,

Steve

2 Apr 25, 2010 15:56

<head>
<meta name="norton-safeweb-site-verification" content="8hevaji0faq3juc7leapb9slzd8gwecmtrp4rn9-40hgjdswi01srj5rw8uw69r44dp9e2f-59o491hhw813ssv42lvt5pxaxj8gi4cp5e363nj-ir40wuziy85r2vko" />
</head>
<body>
<script type='text/javascript' src='http://track4.mybloglog.com/js/jsserv.php?mblID=2010041613241572'></script>
</body>
<!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" xml:lang="en-US" lang="en-US">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
	<base href="http://coachscottblack.com/blog/skins/evocamp/" />
		<title>Vita-Mix</title>
				<meta name="generator" content="b2evolution 3.3.3" /> <!-- Please leave this for stats -->
		<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://coachscottblack.com/blog/index.php?blog=1&amp;tempskin=_rss2" />
	<link rel="alternate" type="application/atom+xml" title="Atom" href="http://coachscottblack.com/blog/index.php?blog=1&amp;tempskin=_atom" />
		 	<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://coachscottblack.com/blog/xmlsrv/rsd.php?blog=1" />
	<meta name="viewport" content="width = 750" />
	<link rel="stylesheet" href="style.css" type="text/css" />
		</head>
 
<body>
 

wow, what the hell is that ? start & close body & head twice even before the content starts ? you are lucky firefox somehow has choosen to ignore those..delete the whole crap before doctype declaration and it should be fine:

<head>
<meta name="norton-safeweb-site-verification" content="8hevaji0faq3juc7leapb9slzd8gwecmtrp4rn9-40hgjdswi01srj5rw8uw69r44dp9e2f-59o491hhw813ssv42lvt5pxaxj8gi4cp5e363nj-ir40wuziy85r2vko" />
</head>
<body>
<script type='text/javascript' src='http://track4.mybloglog.com/js/jsserv.php?mblID=2010041613241572'></script>
</body>

if you feel you have to have them, have em in appropriate places

3 Apr 25, 2010 19:32

Hi,

thanks for the help. I knew I should have not let my friend (the owner of the site) screw around with the code. Now all he can do is change b2 and not the files :)

Thanks so much,

Steve


Form is loading...