Hello,
grey versus gray würd ich tippen?!
Das war es natülich...
Ich habe nur einen Fehler in der Validation für's HTML aber der kommt leider in jedem Datensatz vor:
<td><ul>
</ul></td>
Leere Liste, darf das nicht sein?
Der Validator meckert:
# Error Line 85, Column 6: end tag for "UL" which is not finished.
</ul></td>
✉
Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>
Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists (ul, ol, dl) require list items (li, or dt, dd), and so on.
Da muss ich mein schönes Modul nochmal umschreiben *schnüff*
Ein harzliches Glückauf
Tom vom Berg
Nur selber lernen macht schlau