Bräuchte mal bitte einen Tipp um Valid Fehler zu finden?

Du verwendest bei...ja?

Und eine Tabellenzeile = Table row = <tr> solltest du kennen.
Und in jeder Zeile sind mehrere Zellen: <td>

HTML:
<table>
    <thead>
        ...
    </thead>
    <tbody>
        <tr>
            <td>testinhalt, kann gelöscht werden, wenn der Vali-Fehler weg ist</td>
        </tr>
    </tbody>
</table>
 
Das ist aus den bisherigen Beiträgen nicht hervorgegangen.

Irgendwas passt trotzdem noch nicht.
Bei mir waren die ganzen Not-Closed-Fehler sofort weg, mit dem tbody/tr/td...

Zeig mal deine aktuelle Version (oder ist sie vllt. online)?
 
Es geht um alle seiten,soll ja richtig gemacht werden.

Hier mal der inhalt der Datei um die es hier geht,wie ich gerade sehe ist darin ein <tr><th>,kann das der Fehler sein?
HTML:
<div class="inner"><span class="corners-top"></span>
         	<div class="top">
            <div class="tl">&nbsp;</div>
            <div class="tr">&nbsp;</div>
            <div class="tm">&nbsp;</div>
         </div>
         <div class="ml">
         <div class="mr">
         <div class="mm">
         <div class="forabg">
	<div class="inner"><span class="corners-top"></span>
	<table class="table1" cellspacing="1" id="top_five">
		<thead>
		<tr>
			<th style="width: 50%;">Top5 des PHPBB-Service</th>
		</tr>
		</thead>
	</table>
<span class="corners-bottom"></span></div>
</div>
<div class="forabg">
	<div class="inner"><span class="corners-top"></span>
		<table class="table1" cellspacing="1" title="top_five">
		<thead>
		<tr>
			<th style="width: 50%;">{L_NEWEST_TOPICS}</th>
			<th style="width: 20%;">{L_TOP_FIVE_ACTIVE}</th>
			<th style="width: 30%;">{L_TOP_FIVE_NEWEST}</th>
		</tr>
		</thead>
		<tbody>
			<tr class="bg2">
					<td valign="top"><!-- BEGIN top_five_topic --><!-- IF top_five_topic.NO_TOPIC_TITLE-->{top_five_topic.NO_TOPIC_TITLE}<!-- ELSE --><a href="{top_five_topic.U_TOPIC}">{top_five_topic.TOPIC_TITLE}</a><br />&nbsp;&nbsp;{top_five_topic.USERNAME_FULL}&nbsp;&nbsp;{top_five_topic.LAST_TOPIC_TIME}<br /><!-- ENDIF --><!-- END top_five_topic --></td>
					<td valign="top"><!-- BEGIN top_five_active -->{top_five_active.USERNAME_FULL}<br />&nbsp;&nbsp;{L_POSTS}: <a href="{top_five_active.S_SEARCH_ACTION}">{top_five_active.POSTS}</a><br /><!-- END top_five_active --></td>
					<td valign="top"><!-- BEGIN top_five_newest -->{top_five_newest.USERNAME_FULL}<br />&nbsp;&nbsp;{L_JOINED}: {top_five_newest.REG_DATE}<br /><!-- END top_five_newest --></td>
				</tr>
		</tbody>
		</table>

	<span class="corners-bottom"></span></div>
</div>
         </div>
         </div>
         </div>
         <div class="bottom">
            <div class="bl">&nbsp;</div>
            <div class="br">&nbsp;</div>
            <div class="bm">&nbsp;</div>
         </div>
         <span class="corners-bottom"></span></div>
 
Nochmal: Wie hela auch bestätigt hat darf eine table mit thead nicht ohne tbody sein.
Das thead selbst ist kein Problem. Aber es reicht allein nicht.
 

Neue Beiträge

Zurück