From Htmlpedia
Contents |
[edit]
OpenSP: Invalid comment declaration: found name start character outside comment but inside comment declaration
[edit]
Cause:
This may happen if you have consecutive comments but did not close one of them properly. The proper syntax for comments is <!-- your comment here -->.
[edit]
Example:
![]() | <-- bad comment> |
![]() | <!-- good comment --> |
[edit]
Solution:
Use the proper format for comments.
[edit]
References:
- W3 validator: http://validator.w3.org/


