I want to thank you in advance. I was able to clean up 20 errors since iv'e last posted and now I have what I believe the right doctype loading correctly. However I have 10 errors remaining on my web site still.
http://www.portcitymilitia.150m.com/
I can't seem to figure out why these 10 lines are erroring... If someone again could point me in the right direction I'll would appricate it. My code is as follows.
[html]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>militia paintball port city</title>
<meta name="description" content="Militia Paintball Scenario Team. Based out of Wilmington, NC. We have fun 1st. Winning is a close 2nd.">
<meta name="keywords" content="militia,paintball,port,city,wilmington,sc enario,team">
</head>
<body bgcolor="black" text="white">
<p align="center"><b>There have been times in history where a few good men have been counted on
to help a cause, outside of the traditional miltary role. This now holds true for paintball.</b></p>
<EMBED SRC="speech.mp3" height=2 width=2 autostart=true hidden=true>
<img src="background4.JPG" alt="Militia Stomping Ground" align="right" height="100%" width="100%">
<DIV STYLE="position:absolute; top:460px; left:400px; width:330px; height:25px">
<CENTER><FONT SIZE="+1" COLOR="black">We are a band of brothers who meet in Wilmington, NC.<br> We have fun 1st. Winning is a close 2nd.</FONT></CENTER>
</DIV>
<DIV STYLE="position:absolute; top:200px; left:30px; width:150px; height:25px">
<FONT SIZE="+1" COLOR="black">
<a href="http://dixierangers.14.forumer.com/index.php"><font size=4><font color="black">Militia Forums</font></a>
<br><br>
<a href="pictures.html"><font size=4><font color="black">Event Pictures</font></a>
<br><br>
<a href="awards.html"><font size=4><font color="black">Event Awards</font></a>
<br><br>
<a href="roster.html"><font size=4><font color="black">Team Roster</font></a>
</FONT>
</DIV>
</body>
</html>[/html]