Ja ich vidím dosť:
Citácia:
Line 47, Column 73: document type does not allow element "input" here;
Tieto inputy nemôžu byť len tak v tagu <form>, treba tam ešte nejaký blokový element (<fieldset>, <p>, <div>, ...).
Kód:
<form action="index.php" method="post">
<input name="jmeno" class="login" size="7" tabindex="1" type="text" />
<input name="heslo" class="login" size="7" tabindex="2" type="password" />
<input name="submit" class="submit_logo" type="submit" tabindex="3" value=" OK " />
</form>
Citácia:
Line 67, Column 14: end tag for "p" omitted, but OMITTAG NO was specified.
Neuzavretý tag <p>
Kód:
<p class="novinka"><strong>Názov:</strong><br /> Osobná stránka<br />
<strong>Rok odovzdania:</strong><br /> 2008<br />
<strong>Popis:</strong><br /> Design vhodný pre osobné stránky
<br /><br />
Citácia:
Line 91, Column 65: reference not terminated by REFC delimiter.
Zabudol si ; pri uzatváraní entity ©.
Kód:
<strong>wDesign</strong><br />© 2008 <br />
Citácia:
Line 91, Column 117: there is no attribute "target".
XHTML nepovoľuje atribút
target. Buď ho daj preč, alebo píš transitional XHTML.
Kód:
<a href="http://www.toplist.sk/" target="_top">
Citácia:
Line 103, Column 7: XML Parsing Error: Opening and ending tag mismatch: div line 28 and body.
Div "wrapper" nemáš ukončený.
Predpokladám, že ostatné chyby sa nabaľujú na tieto, tak ich najprv odstráň a potom skús, či tam ešte nejaká ostala. Inak pri používaní toho validátora odporúčam zaškrtnúť možnosť More Options -> Show Source. Potom máš presne očíslované riadky a priamo vieš tie chyby nájsť.
_________________
A. S. Tanenbaum píše:
The terms LF, MF, and HF refer to low, medium, and high frequency, respectively. Clearly, when the names were assigned, nobody expected to go above 10 MHz, so the higher bands were later named the Very, Ultra, Super, Extremely, and Tremendously High Frequency bands. Beyond that there are no names, but Incredibly, Astonishingly, and Prodigiously high frequency (IHF, AHF, and PHF) would sound nice.