ik hebbet opgelost gekregen via dat controle-ding van W3c
zaten 19"fouten" in...
TOCH BEDANKT RVL !!!
1# Error Line 1 column 0: no document type declaration; implying "<!DOCTYPE HTML SYSTEM>".
<html>
The checked page did not contain a document type ("DOCTYPE") declaration. The Validator has tried to validate with a fallback DTD, but this is quite likely to be incorrect and will generate a large number of incorrect error messages. It is highly recommended that you insert the proper DOCTYPE declaration in your document -- instructions for doing this are given above -- and it is necessary to have this declaration before the page can be declared to be valid.
✉
2# Error Line 9 column 35: there is no attribute "LEFTMARGIN".
<body bgcolor="#cccccc" leftmargin="0" topmargin="0" marginwidth="0" marginheigh
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute.
✉
3# Error Line 9 column 49: there is no attribute "TOPMARGIN".
<body bgcolor="#cccccc" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
✉
4# Error Line 9 column 65: there is no attribute "MARGINWIDTH".
...="#cccccc" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
✉
5# Error Line 9 column 82: there is no attribute "MARGINHEIGHT".
...gin="0" marginwidth="0" marginheight="0">
✉
6# Error Line 11 column 40: there is no attribute "HEIGHT".
<table id="Table_01" width="768" height="576" border="0" cellpadding="0" cellspa
✉
7# Error Line 44 column 8: an attribute value must be a literal unless it contains only name characters.
<DIV id=#division style="position:absolute; left:333px; top:30px; width:400px; h
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.
✉
8# Error Line 44 column 8: character "#" is not allowed in the value of attribute "ID".
<DIV id=#division style="position:absolute; left:333px; top:30px; width:400px; h
It is possible that you violated the naming convention for this attribute. For example, id and name attributes must begin with a letter, not a digit.
✉
9# Error Line 52 column 15: there is no attribute "TYPE".
<embed type="application/x-shockwave-flash"
✉
10# Error Line 53 column 15: there is no attribute "PLUGINSPAGE".
pluginspage="http://www.macromedia.com/go/getflashplayer"
✉
11# Error Line 54 column 9: there is no attribute "WIDTH".
width="400" height="81"
✉
12# Error Line 54 column 22: there is no attribute "HEIGHT".
width="400" height="81"
✉
13# Error Line 55 column 8: there is no attribute "NAME".
name="movie1" src="movie1.swf"
✉
14# Error Line 55 column 21: there is no attribute "SRC".
name="movie1" src="movie1.swf"
✉
15# Error Line 56 column 11: there is no attribute "BGCOLOR".
bgcolor="#cccccc" quality="high"
✉
16# Error Line 56 column 29: there is no attribute "QUALITY".
bgcolor="#cccccc" quality="high"
✉
17# Error Line 57 column 17: there is no attribute "SWLIVECONNECT".
swLiveConnect="true" allowScriptAccess="samedomain"
✉
18# Error Line 57 column 42: there is no attribute "ALLOWSCRIPTACCESS".
swLiveConnect="true" allowScriptAccess="samedomain"
✉
19# Error Line 58 column 3: element "EMBED" undefined.
></embed>
ik vind wel opmerkelijk dat bij die embed fouten zitten, das gegenereert door FLASH ??? :ironic: