타이틀제목이 안바뀌네요.. 정보
타이틀제목이 안바뀌네요..본문
제가 일반설정에서 타이틀제목바꿔서 새로고침해도 안되고..
자꾸 cobrp.dothome.co.kr 이거밖에안나오네요.. index.php 가서 title 설정쪽에도 해봤는데
적용안되구요..
어떻게해야하죠?
자꾸 cobrp.dothome.co.kr 이거밖에안나오네요.. index.php 가서 title 설정쪽에도 해봤는데
적용안되구요..
어떻게해야하죠?
댓글 전체
http://cobrp.dothome.co.kr
iframe 으로 되어 있네요~
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title></title> <= 여기에 타이틀 넣어보세요~
</head>
<frameset rows="*,0" border=0>
<frame src="/gnuboard4" frameborder=0 scrolling=auto>
</frameset>
</html>
iframe 으로 되어 있네요~
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title></title> <= 여기에 타이틀 넣어보세요~
</head>
<frameset rows="*,0" border=0>
<frame src="/gnuboard4" frameborder=0 scrolling=auto>
</frameset>
</html>