My newbie website is authored via Kompozer. Everything appeared fine until I run the validator, when I get errors about my doctype and root info. The web site is http://www.alefulcrum.com.


Here are the top lines of html.

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"
 lang="en">
<head>
  <meta name="verify-v1"
 content="8WNsqwV+54vJmuxxU2usdAkyomuvRVjCdSJd+xDQCX0=" />
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="content-type" />
</head>
example errors from validator:
-Error Line 1, Column 109: DTD did not contain element declaration for document type name
-Line 3, Column 11: document type does not allow element "html" here

Whenever I try to change the declaration, the page no longer renders in kompozer, it does not like it.

As a newbie, I just want to get it to work. I hope that someone will see something simple.

Thanks