묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
사랑비 bgm설치관련
2010.01.03 14:26
사랑비 설치하려면
index.php 을 수정하라고 했는데요.
수정을 다음과 같이 했습니다.
<html>
<head>
<title>rohzzang's home</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
</head>
<frameset rows="*,22" border=0>
<frame src="www.rohzzang.com" frameborder="0" noresize scrolling="auto">
<frame src="utf-8_sarangbi_bgm/sarangbi_bgm.php" frameborder="0" noresize scrolling="no">
</frameset>
</body>
</html>
그런데 <frame src="www.rohzzang.com" frameborder="0" noresize scrolling="auto">
이부분을 잘못되었는지, xe의 설치경로를 잘못입력을 했는지,
www.rohzzang.com 처럼 페이지가 잘못뜹니다. 사랑비플레이어는 정상적으로 출력이 되는데요..
도와주세요..
서버회사에서는 xe를 다시 설치하라고하는데..홈피를 처음부터 다시 하려고하니..막막하구요..
사랑비도 꼭 설치해야되서요..
FTP는 다음과 같이 되어있습니다.
www.rohzzang.com/1.jpg 에보시면 됩니다.
경로를 어떻게 입력해야 에러가 나지 않을까요?ㅠㅠㅠ
Index 페이지를 아래와 같이 해 보세요
<html>
<head>
<title>rohzzang's home</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
</head>
<frameset rows="0,*" border="0" frameborder="NO" framespacing="0">
<frame name="head" noresize scrolling="no" marginwidth="0" marginheight="0" src="../sarangbi_bgm/sarangbi_bgm.php(사랑비 설치된 주소)" target="main">
<frame name="main" noresize scrolling="auto" marginwidth="0" marginheight="0" src="../in.html(xe 설치된 주소)">
<noframes>
<body>
<p>이 페이지를 보려면, 프레임을 볼 수 있는 브라우저가 필요합니다.</p>
</body>
</noframes>
</frameset>
</html>