Na svém webu jsem opravil 498 validačních chyb, už mi zbývá jen 12, ale jsou to jenom 2 problémy.
1. problém
Line 56, Column 52: document type does not allow element "form" here; missing one of "object", "applet", "map", "iframe", "ins", "del" start-tag.
…zivatel/prihlaseni.php" method="post"><b>Uživatel:</b><input name="uziv
The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.
One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Vůbec nechápu co mám k tomu formu ještě přidat...
2. problém
Line 122, Column 9: ID "novinky" already defined.
<div id="novinky"><a href="index.php?stranka=clanky/zobraz&clanek=rozhovor-s
An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).
Zde také nechápu, jak jinak mám udělat, aby div id=novinky a bylo to validní...
Nevíte někdo jak to vyřešit? Vím, že o pár postů níž se to řeší, ale tam se neřeší tyto problémy...
Pro případ, že by někdo nepochopil chybu z mého výkladu, zde je výpis http://validator.w3.org/check?uri=http%3A%2F%2Fwww.portal.war-forum.net%2F&charset=%28detect+automatically%29&doctype=Inline&outline=1&group=0&No200=1