이유는? 약간 어이 없게도 comment 문법을 안 지켰기 때문입니다. HTML 4.01 문서에 보면 다음 구절이 있습니다. (영어 원본: http://www.w3.org/TR/html4/intro/sgmltut.html#h-3.2.4
한국어번역 : http://trio.co.kr/webrefer/html/intro/s ... ml#h-3.2.4)
http://www.korail.go.kr//2003/html/index.htm의 소스를 보면3.2.4 Comments
HTML comments have the following syntax:
<!-- this is a comment -->
<!-- and so is this one,
which occupies more than one line -->
White space is not permitted between the markup declaration open delimiter("<!") and the comment open delimiter ("--"), but is permitted between the comment close delimiter ("--") and the markup declaration close delimiter (">"). A common error is to include a string of hyphens ("---") within a comment. Authors should avoid putting two or more adjacent hyphens inside comments.
다음과 같은 코멘트가 굉장히 많습니다.
Code: Select all
<!------또 하나의 팝업창 띄우기 (오늘창 다시 안띄우기)--------->
Code: Select all
<!-- -또 하나의 팝업창 띄우기 (오늘창 다시 안띄우기)- -->