From Htmlpedia
Contents |
[edit]
OpenSP: General entity ... not defined and no default entity
[edit]
Cause:
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.
[edit]
Example:
![]() | <a href="http://www.domain.com/cgi?x=123&y=456"> |
![]() | <a href="http://www.domain.com/cgi?x=123&y=456"> |
[edit]
Solution:
Replace "&" by "&".
[edit]
References:
- W3 validator: http://validator.w3.org/


