Jeg får følgende besked, når jeg forsøger at validere nedenstående kode som HTML 4.01 transitional (det uvæsentlige er skåret fra):
Below are the results of attempting to parse this document with an SGML parser.
a.. Line 63, column 6:
<TFOOT>
^
Error: element "TFOOT" not allowed here; check which elements this element may be contained within
Hvorfor? Så vidt jeg har kunne hitte u' a', er <TFOOT></TFOOT> gyldig inden i følgende kode: <TABLE></TABLE> og så vidt jeg kan se,
har jeg overholdt dette.
Hvad gør jeg galt?
23: <TABLE ALIGN="center" WIDTH="800" BORDER="0" CELLSPACING="3" CELLPADDING="5">
24:
25: <THEAD>
26: <TR VALIGN="bottom">
27: <TD VALIGN="bottom" ALIGN="right" COLSPAN="2" WIDTH="800" HEIGHT="90" ID="header">
28: <SCRIPT TYPE="text/JavaScript1.2">
29: document.write(sidehoved)
30: </SCRIPT>
31: </TD>
32: </TR>
33: </THEAD>
34:
35: <TBODY>
36: <TR>
37: <TD VALIGN="top" WIDTH="200" HEIGHT="233" CLASS="menucelle">
38: <A HREF="kalender.html">kalender</A><BR>
39: <A HREF="adresser.html">adresser</A><BR>
40: <A HREF="pustum.html">pusling/tumling</A><BR>
41: <A HREF="pilt.html">pilt</A><BR>
42: <A HREF="vaebner.html">væbner</A><BR>
43: <A HREF="senior.html">senior</A><BR>
44: <A HREF="leder.html">leder</A><BR>
45: <A HREF="foraeldre.html">forældre</A><BR>
46: <A HREF="indbydelser.html">indbydelser</A><BR>
47: <A HREF="historie.html">kredsens historie</A><BR>
48: <A HREF="billeder.html">billeder</A><BR>
49: </TD>
50:
51: <TD VALIGN="top" ROWSPAN="2" WIDTH="597" HEIGHT="507" ID="maincelle">
52: <IFRAME SRC="index_iframe.html" WIDTH=595 HEIGHT=507 ID=myFrame SCROLLING=auto FRAMEBORDER=0 MARGINHEIGHT=0 MARGINWIDTH=0>
53: <CENTER><B>If you can read this text, your browser does not support the use of Iframe. You could update you browser to see
the content of the frame.</B></CENTER>
54: </IFRAME>
55: </TD>
56: </TR>
57:
58: <TR VALIGN="bottom">
59: <TD VALIGN="bottom" WIDTH="200" HEIGHT="247" CLASS="menucelle"><A HREF="
http://www.fdf.dk" TARGET="_blank"><IMG
SRC="fdflogo.gif" BORDER="0" WIDTH="150" HEIGHT="247" ALT="FDF.dk"></A></TD>
60: </TR>
61: </TBODY>
62:
63: <TFOOT>
64: <TR>
65: <TD VALIGN="bottom" ALIGN="right" COLSPAN="2" WIDTH="800" HEIGHT="27" ID="sub">
66: <SCRIPT TYPE="text/JavaScript1.2">
67: document.write(sidefod)
68: </SCRIPT>
69: </TD>
70: </TR>
71:
72: </TABLE>
/Regards
Onkel Ond
--
Coitus Ergo Sum