MyBB.de Forum

Normale Version: Valide machen
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Seiten: 1 2 3 4 5 6 7 8 9 10
Ich weis, und ich hab Dir auch die Lösung bereits geschrieben Smile
mybb löschen? nichtsdestotrotz sind es noch ca. 40 fehler im ganzen forum und die werd ich auch noch soweit es geht reduzieren.
Löschen ? Wer hat das geschrieben ?
^^^^^^
PHP-Code:
<script type="text/javascript">window.jQuery || document.write('<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js" type="text/javascript"><\/script>')</script>
<
script type="text/javascript" src="jscripts/unreadPosts.js"></script

line 419 column 367 - Fehler: document type does not allow element "script" here
line 420 column 60 - Fehler: document type does not allow element "script" here
line 421 column 30 - Fehler: document type does not allow element "script" here
line 423 column 7 - Fehler: end tag for "script" omitted, but OMITTAG NO was specified


kann mir hier auch jemand helfen, danke!
hab hier mal die relevante datei angehangen. danke für die hilfe. und dann sind es nur noch 6 dateien. schön.
So mal nach oben schieben. *gg*. schaut mal jemand, weil wenn dies valide dann ist, dann sind es auf einen schlag nur noch ca. 10 fehler. danke.
Weil ich eben auch an der ezGallery arbeite (Local & auf meinem Forum), ist mir aufgefallen das diese unvalide ist und ziehmlich viele Fehler aufweist.

Wollte es Dir nur mal miteilen, da Du ja so vernarrt bist darin Big Grin
PHP-Code:
<tbody style="" id="cats_e">
<
tr>
<
td class="trow1" width="20%" align="center">
<
a href="games.php?cid=2">Action</a> (7)
</
td><td class="trow1" width="20%" align="center">
<
a href="games.php?cid=4">Classics</a> (18)
</
td><td class="trow1" width="20%" align="center">
<
a href="games.php?cid=1">Sport</a> (0)
</
td><td class="trow1" width="20%" align="center">
<
a href="games.php?cid=3">Strategie</a> (7)
</
td><td class="trow1" width="20%" align="center">
<
a href="games.php?cid=6">Wissen</a> (8)
</
td>
</
tr>
<
tr>
</
tr>
</
tbody

hier bemängelt der validator das endtag tr. also wenn ich das lösche kommt trotzdem die meldung. wie kann man dies abstellen? danke
Vermutlich weil kein Inhalt darin vorkommt ?

Mach aus

Code:
<tbody style="" id="cats_e">
<tr>
<td class="trow1" width="20%" align="center">
<a href="games.php?cid=2">Action</a> (7)
</td><td class="trow1" width="20%" align="center">
<a href="games.php?cid=4">Classics</a> (18)
</td><td class="trow1" width="20%" align="center">
<a href="games.php?cid=1">Sport</a> (0)
</td><td class="trow1" width="20%" align="center">
<a href="games.php?cid=3">Strategie</a> (7)
</td><td class="trow1" width="20%" align="center">
<a href="games.php?cid=6">Wissen</a> (8)
</td>
</tr>
<tr>
</tr>
</tbody>

dies und teste es mal.

Code:
<tbody style="" id="cats_e">
<tr>
<td class="trow1" width="20%" align="center">
<a href="games.php?cid=2">Action</a> (7)
</td><td class="trow1" width="20%" align="center">
<a href="games.php?cid=4">Classics</a> (18)
</td><td class="trow1" width="20%" align="center">
<a href="games.php?cid=1">Sport</a> (0)
</td><td class="trow1" width="20%" align="center">
<a href="games.php?cid=3">Strategie</a> (7)
</td><td class="trow1" width="20%" align="center">
<a href="games.php?cid=6">Wissen</a> (8)
</td>
</tr>
</tbody>
Seiten: 1 2 3 4 5 6 7 8 9 10