groovicus, on Nov 6 2008, 04:02 AM, said:
What doctype are you using?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
That's it there. All of my other pages have passed validation. Here are the errors I'm getting -
# Error Line 56, Column 11: document type does not allow element "UL" here;
assuming missing "LI" start-tag.
<ul>
✉
# Error Line 66, Column 13: document type does not allow element "UL" here;
assuming missing "LI" start-tag.
<ul>
And here is my list which is causing the errors
<ul>
<li><a href="Computer.html">Computer</a></li>
<ul>
<li><a href="Hard%20Drives.html">Hard Drives</a></li>
<li><a href="Computer%20Tips%20and%20Tutorials.html">Computer Tips</a></li>
<li><a href="Comparison%20of%20Windows%20and%20Ubuntu%20Linux.html">Comparing
Windows and Ubuntu Linux</a></li>
<li><a href="Linux%20distributions%20and%20documents.html">Linux
Distributions and documentation</a></li>
<ul>
<li><a href="scripts/SysReport.html">System Report for
Ubuntu</a></li>
</ul>
<li><a href="Troubleshooting%20and%20fixing%20Windows.html">Troubleshooting
and fixing Windows</a></li>
<li><a href="Troubleshootings%20Tools%20for%20Windows.html">Troubleshooting
Tools for Windows</a></li>
<li><a href="Windows%20XP%20SP3%20installation.html">Windows
XP SP3 installation</a></li>
<li><a href="Why%20Dual%20Boot.html">Why Dual Boot?</a></li>
</ul>
<li><a href="Internet.html">Internet</a> </li>
<li><a href="Video.html">Movies and TV</a> </li>
<li><a href="Programming.html">Programming</a> </li>
</ul>
I did just find one <br> tag in the middle of that mess and removed it.
Later, Ray Parrish
This post has been edited by Ray Parrish: 06 November 2008 - 08:16 AM