<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl" lang="pl"> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <meta name="Description" content="" /> <meta name="Keywords" content="" /> <meta name="Author" content="Robert Węglarek" /> <link rel="stylesheet" href="styl.css" type="text/css" /> </head> <body> <div id="kontener"> <div id="top"> </div> <div id="main"> <div id="menu"> </div> <div id="srodek"><a href="index.php?a=1&kid=3&kol=2">dół</a> | <a href="index.php?a=1&kid=3">trzecia - (0)u</a><br /><a href="index.php?a=1&kid=1&kol=1">góra</a> <a href="index.php?a=1&kid=1&kol=2">dół</a> | <a href="index.php?a=1&kid=1">pierwsza - (2)</a><br /><a href="index.php?a=1&kid=2&kol=1">góra</a> | <a href="index.php?a=1&kid=2">druga - (1)u</a><br /></div> </div> <div id="stopka"> <p> src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a> </p> </div> </div> </body> </html>
i walidator mi wywala 24 błędy typu:
Cytat
Line 23, Column 42: general entity "kid" not defined and no default entity.
…v id="srodek"><a href="index.php?a=1&kid=3&kol=2">dół</a> | <a href="index.ph
✉
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
# Line 23, Column 45: reference to entity "kid" for which no system identifier could be generated.
…d="srodek"><a href="index.php?a=1&kid=3&kol=2">dół</a> | <a href="index.php?a
✉
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
# Info Line 23, Column 41: entity was defined here.
…iv id="srodek"><a href="index.php?a=1&kid=3&kol=2">dół</a> | <a href="index.p
…v id="srodek"><a href="index.php?a=1&kid=3&kol=2">dół</a> | <a href="index.ph
✉
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
# Line 23, Column 45: reference to entity "kid" for which no system identifier could be generated.
…d="srodek"><a href="index.php?a=1&kid=3&kol=2">dół</a> | <a href="index.php?a
✉
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
# Info Line 23, Column 41: entity was defined here.
…iv id="srodek"><a href="index.php?a=1&kid=3&kol=2">dół</a> | <a href="index.p
Dlaczego - to zwykłe linki są :|