-------
Line 47, column 8: there is no attribute "id"
<DIV id="LeftNavigat ion" style="position :absolute; left:8px; top:6px;
width:200p
-------
Line 47, column 31: there is no attribute "style"
<DIV id="LeftNavigat ion" style="position :absolute; left:8px; top:6px;
width:200p
-------
Line 47, column 127: element "DIV" undefined
....1250px; z-index:1; overflow:visibl e;">
-------
These are just three of 272 errors that I got when I validated my
site, http://www.zeonline.net/. I'm using a valid XHTML 1.0
Transistional DOCTYPE statement. You can check the beginning of the
source code if you want:
-------Source Code: http://www.zeonline.net/-------
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="http://www.zeonline.ne t/zeonline.css"
type="text/css"?>
<?xml-stylesheet href="#newsForm atting" type="text/css"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt d">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us"
lang="en-us" dir="ltr">
-------(more...)-------
Something tells me that the validator is messed up. All of my tags
are lowercase, but the validator shows them as uppercase. I use
Dreamweaver MX 2002 to create my sites. Program bug? Validator
problem? Or did I just miss something?
--
Colin
Line 47, column 8: there is no attribute "id"
<DIV id="LeftNavigat ion" style="position :absolute; left:8px; top:6px;
width:200p
-------
Line 47, column 31: there is no attribute "style"
<DIV id="LeftNavigat ion" style="position :absolute; left:8px; top:6px;
width:200p
-------
Line 47, column 127: element "DIV" undefined
....1250px; z-index:1; overflow:visibl e;">
-------
These are just three of 272 errors that I got when I validated my
site, http://www.zeonline.net/. I'm using a valid XHTML 1.0
Transistional DOCTYPE statement. You can check the beginning of the
source code if you want:
-------Source Code: http://www.zeonline.net/-------
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="http://www.zeonline.ne t/zeonline.css"
type="text/css"?>
<?xml-stylesheet href="#newsForm atting" type="text/css"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt d">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us"
lang="en-us" dir="ltr">
-------(more...)-------
Something tells me that the validator is messed up. All of my tags
are lowercase, but the validator shows them as uppercase. I use
Dreamweaver MX 2002 to create my sites. Program bug? Validator
problem? Or did I just miss something?
--
Colin
Comment