|
got this in a validator if it helps, a lot of validator stuff is crap
Below are the results of attempting to parse this document with an SGML parser.
1.
Line 1, column 0: no document type declaration; will parse without validation
<center><table width="620"><tr><td align=center width=50%><a href="http://www.th
hahaha9993;
2.
Line 1, column 56: an attribute value must be a literal unless it contains only name characters
...h="620"><tr><td align=center width=50%><a href="http://www.thehun.net"><img s
You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary.
hahaha9993;
3.
Line 29, column 14: an attribute value must be a literal unless it contains only name characters
<BODY BGCOLOR=#FFCCCC LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
|