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.
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>militi a paintball port city</title>
<meta name="descripti on" content="Militi a Paintball Scenario Team. Based out of Wilmington, NC. We have fun 1st. Winning is a close 2nd.">
<meta name="keywords" content="militi a,paintball,por t,city,wilmingt on,scenario,tea m">
</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="background 4.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">W e 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"><fon t size=4><font color="black">M ilitia Forums</font></a>
<br><br>
<a href="pictures. html"><font size=4><font color="black">E vent Pictures</font></a>
<br><br>
<a href="awards.ht ml"><font size=4><font color="black">E vent Awards</font></a>
<br><br>
<a href="roster.ht ml"><font size=4><font color="black">T eam Roster</font></a>
</FONT>
</DIV>
</body>
</html>[/html]
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>militi a paintball port city</title>
<meta name="descripti on" content="Militi a Paintball Scenario Team. Based out of Wilmington, NC. We have fun 1st. Winning is a close 2nd.">
<meta name="keywords" content="militi a,paintball,por t,city,wilmingt on,scenario,tea m">
</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="background 4.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">W e 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"><fon t size=4><font color="black">M ilitia Forums</font></a>
<br><br>
<a href="pictures. html"><font size=4><font color="black">E vent Pictures</font></a>
<br><br>
<a href="awards.ht ml"><font size=4><font color="black">E vent Awards</font></a>
<br><br>
<a href="roster.ht ml"><font size=4><font color="black">T eam Roster</font></a>
</FONT>
</DIV>
</body>
</html>[/html]
Comment