w3c markup 검사 에러
다연
안녕하세요.
열심히 하드코딩과 표준을 공부하는 회사원입니다.
근데 마크업 검사를 하는데 에러가 나왔네요..근데 해결책을 모르겠어요..
메세지는
Character Encoding Override in effect! The detected character encoding none has been suppressed and utf-8 used instead.
Character Encoding mismatch!
The character encoding specified in the HTTP header (none) is different from the value in the meta element (utf-8). I will use the value from the HTTP header (utf-8) for this validation.
html파일 선언할때 사용한 문법은 아래와 같습니다.
!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtdhtml xmlns=http://www.w3.org/1999/xhtmlheadmeta http-equiv=Content-Type content=text/html; charset=utf-8 /파일자체에 문제가 있는것인지 아님 서버쪽에 문제가 있는것인 알 수가 없어 도움 요청 드립니다.
아시는 분 계시면 부탁드릴께요..
-
풋내
음...
-
첫빛
서버언어설정을 utf-8로 설정하는거죠? 수다님 답변 감사합니다.
공부하는 백수님.. 홈피가 일본어 중국어가 들어가서 위에 4번째줄에 설정을 ...utf-8
답변 감사합니다...그리고..코드가..euc-kr이죠? ^^; -
은율
meta http-equiv=\Content-Type\ content=\text/html; charset=euk-kr\ /?
-
김슬픔
HTTP헤더 설정은 어디를 말하는 것인지..몰라서요...서버쪽 언어설정이랑 틀리다는 말인가요.?