Hi there,
I was checking my site for validation errors and there are a few of them.
The main one seems to be this the "i" in id
/index.php?main_page=page&id=14">E-Juice</a><br /><a href="http:
[FONT=Arial]The error message says: [/FONT]
Line 80, Column 115
:
cannot generate system identifier for general entity "id"
[FONT=Arial]
Then the description
[/FONT]
An entity reference was found in the document, but there is no reference by that name defined. Often this is caused by misspelling the reference name, unencoded ampersands, or by leaving off the trailing semicolon (;). The most common cause of this error is unencoded ampersands in URLs as described by the WDG in "Ampersands in URLs".
Entity references start with an ampersand (&) and end with a semicolon (;). If you want to use a literal ampersand in your document you must encode it as "&amp;" (even inside URLs!). Be careful to end entity references with a semicolon or your entity reference may get interpreted in connection with the following text. Also keep in mind that named entity references are case-sensitive; &Aelig; and &aelig; are different characters.



how do i fix this??


Cheers,


Maxy