Shorty1968
Erfahrenes Mitglied
Ok das habe ich ja verstanden,aber selbst wenn ich den Code ändere,so das das <tbody> enthalten ist bleiben die Fehler?
Hier mal der Code der Jetzt drinne ist:
auch wenn ich das <th in td ändere,bleiben die Fehler?
Hier mal der Code der Jetzt drinne ist:
HTML:
<div class="inner"><span class="corners-top"></span>
<div class="top">
<div class="tl"> </div>
<div class="tr"> </div>
<div class="tm"> </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>
<tbody>
<tr>
<th style="width: 50%;">Top5 des PHPBB-Service</th>
</tr>
</tbody>
</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>
<tbody>
<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>
</tbody>
</thead>
<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 /> {top_five_topic.USERNAME_FULL} {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 /> {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 /> {L_JOINED}: {top_five_newest.REG_DATE}<br /><!-- END top_five_newest --></td>
</tr>
</tbody>
</thead>
</table>
<span class="corners-bottom"></span></div>
</div>
</div>
</div>
</div>
<div class="bottom">
<div class="bl"> </div>
<div class="br"> </div>
<div class="bm"> </div>
</div>
<span class="corners-bottom"></span></div>