Klaus: Fehlermeldung mit W3C

Beitrag lesen

Hallo,

ich bekomme die Fehlermeldung:

document type does not allow element "tr" here; assuming missing "table" start-tag

Mein code sieht u. a. so aus:

<tr>
    <td colspan="2" align="center"  id="top3"  >
        <table width="100%"  align="center"   id="menuhorizontal"  border="0" cellpadding="0" cellspacing="0"    >
             <tr>
                   <td width="20%"><a href="index.html"  >Start</a></td>
                    <td width="20%" id="aktuell" ><a href="index.html"  >&Uuml;ber uns</a></td>
                    <td width="20%"><a href="index.html"  >Presse</a></td>
                    <td width="20%"><a href="index.html"  >Events</a></td>
                    <td width="20%"><a href="index.html"  >Kontakt</a></td>
              </tr>
        </table>
    </td>
</tr>

Ich weiß, dass "td" in "tr" stehen muss. Das macht es doch auch?!

Kann mir jemand bitte einen Rat geben, was hier falsch ist.

Vielen Dank im Voraus.