KDLA
10-31-2006, 10:27 AM
I keep getting this error:
Line: 7
Parse error - Unrecognized : <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-type" content="text/html; charset=ISO-8859-1" /> <title>Online Bookstore Links - KYVU</title> <style type="text/css"> html, body {height: 100%;}
What does that mean? Here's the head section of my coding:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=ISO-8859-1" />
<title>Online Bookstore Links - KYVU</title>
<style type="text/css">
html, body {height: 100%;}
body {margin: 0; padding: 0;}
#top {background: url(http://www.kyvu.org/images/bkgd_hdr.gif); display: block; width: 100%; border-bottom: 20px solid #330066; margin: 0; padding: 0;}
#banner {border-bottom: 1px solid #fff;}
#top img {border: 0; display: block; margin: 0; padding: 0;}
#content {display: block; font-family: arial, sans-serif; margin: 0; font-size: 80%; padding: 30px; border-left: 165px solid #ad99c2; height: 80%;}
#text h1 {color: #330066; background: #fff;}
#text li {line-height: 2em;}
.sep {color: #fff; background: transparent;}
</style>
</head>
Line: 7
Parse error - Unrecognized : <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-type" content="text/html; charset=ISO-8859-1" /> <title>Online Bookstore Links - KYVU</title> <style type="text/css"> html, body {height: 100%;}
What does that mean? Here's the head section of my coding:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=ISO-8859-1" />
<title>Online Bookstore Links - KYVU</title>
<style type="text/css">
html, body {height: 100%;}
body {margin: 0; padding: 0;}
#top {background: url(http://www.kyvu.org/images/bkgd_hdr.gif); display: block; width: 100%; border-bottom: 20px solid #330066; margin: 0; padding: 0;}
#banner {border-bottom: 1px solid #fff;}
#top img {border: 0; display: block; margin: 0; padding: 0;}
#content {display: block; font-family: arial, sans-serif; margin: 0; font-size: 80%; padding: 30px; border-left: 165px solid #ad99c2; height: 80%;}
#text h1 {color: #330066; background: #fff;}
#text li {line-height: 2em;}
.sep {color: #fff; background: transparent;}
</style>
</head>