There should be nothing, not even a comment before the DOCTYPE. When I remove this (highlighted):
Code:
<!--Last edited by Amber 6/12/09-->
<!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" lang="en" xml:lang="en">
<head>
<title>What Every Westerner Should Know About Oil Shale</title>
<meta http-equiv="Content-type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Language" content="en-us" />
<link href="/public . . .
It works in IE 7, and the error goes away in IE 8. However, I was getting a different error in IE 8 than you were. Also, there are other scripts on the page, at least one external. So it is unclear to me just where the error you were getting was (IE doesn't always give the correct line number when there are external scripts involved).
Bookmarks