Forum > Klientspråk > HTML, XHTML, DHTML
hejsan när jag försöker validera min sida via w3c, får jag följande felmeddelande (röd markerade visar felen). 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.
If you meant to include an entity that starts with "&", then you should
terminate it with ";". Another reason for this error message is that
you inadvertently created an entity by failing to escape an "&"
character just before this text. <li><a href="default.asp?offset=9&p=2">2</a></li>
Line 224, Column 36: reference not terminated by REFC delimiter. <li><a href="default.asp?offset=9&p=2">2</a></li>
Line 224, Column 34: entity was defined here. <li><a href="default.asp?offset=9&p=2">2</a></li>
hur ska jag lösa detta? jag vill ju har parametern "p"
Det är inget fel med att använda "p", det är "&" som ska vara "&"