묻고답하기
여기 이 사이트 탭이...
2012.03.04 16:23
프레임셋으로 http://도메인/xe 를 http://도메인 으로 바꾸어 주는
index.html 변경 작업을 했거든요
그런데 위의 탭이 이렇게 나옵니다.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.toywash.co.kr/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="{Context::getLangType()}" xmlns="http://www.toywash.co.kr/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="keywords" content="장난감">
<meta name="description" content="토이워시">
<meta name="author" content="토이워시">
<title>토이워시</title>
</head>
<frameset rows="0%,100%" cols="*" border="0" framespacing="0">
<frame src="./scrolling="NO" frameborder="NO" name="no">
<frame src="/xe/index.php" frameborder="NO" name="main" marginwidth="0" marginheight="0" scrolling="auto">
</frameset>
<noframes>
</noframes>
<body>
</body>
</html>
왜 그런지 가르쳐 주셔요.
인코딩을 UTF-8로 해서 저장하세요 (또는 UTF-8 + BOM)