고수님들 부탁드립니다 초보가 답답하네요 정보
그누보드 고수님들 부탁드립니다 초보가 답답하네요본문
그누보드 때문에 3일째 진땀 빼고 있는 초보 입니다...
http://dphoto.cafe24.com/gnu/index.php
이렇게 페이지를 만들었는데요
루트에 인덱스를 불러와서
http://dphoto.cafe24.com/gnu/index.php 이페이지가
첫화면으로 나오게 할려고 하는데
어떤 고수님이 아이프레임으로 하라고 해서
열심히 해봤지만 백지만 나오지 암것도 않나옵니다
고수님들 가르치심 부탁 드릴꼐요
<frameset rows="100%, 0*" border="0">
<frame src="gnu/index.php" name="index-main" noresize scrolling="auto" marginwidth="0" marginheight="0">
<frame src="1.htm" name="index-top" noresize scrolling="no" marginwidth="0" marginheight="0"> // 1.htm 은 새로 만들어야 하나요? 만들어야 한다면 어케 만들어야 하는지?
<noframes>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red" leftmargin='0' topmargin='0'>
</body>
</noframes>
</frameset>
http://dphoto.cafe24.com/gnu/index.php
이렇게 페이지를 만들었는데요
루트에 인덱스를 불러와서
http://dphoto.cafe24.com/gnu/index.php 이페이지가
첫화면으로 나오게 할려고 하는데
어떤 고수님이 아이프레임으로 하라고 해서
열심히 해봤지만 백지만 나오지 암것도 않나옵니다
고수님들 가르치심 부탁 드릴꼐요
<frameset rows="100%, 0*" border="0">
<frame src="gnu/index.php" name="index-main" noresize scrolling="auto" marginwidth="0" marginheight="0">
<frame src="1.htm" name="index-top" noresize scrolling="no" marginwidth="0" marginheight="0"> // 1.htm 은 새로 만들어야 하나요? 만들어야 한다면 어케 만들어야 하는지?
<noframes>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red" leftmargin='0' topmargin='0'>
</body>
</noframes>
</frameset>
댓글 전체

이렇게 해보세요.
<html>
<head><title>타이틀 제목</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<meta name="description" content="">
<meta name="keywords" content="">
</head>
<frameset rows="*,0" frameborder="0" border="0" framespacing="0">
<frame name="main" src="http://dphoto.cafe24.com/gnu/index.php" marginwidth="0" marginheight="0" scrolling="auto" frameborder="0" framespacing="0">
<frame name="sound" src="" marginwidth="0" marginheight="0" scrolling="no" noresize frameborder="0" framespacing="0">
</frameset>
<noframes>
<body bgcolor="#ffffff">
<p align=center>Not Found Document and FRAME not supporting....</p>
</body>
</noframes>
</html>
<html>
<head><title>타이틀 제목</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<meta name="description" content="">
<meta name="keywords" content="">
</head>
<frameset rows="*,0" frameborder="0" border="0" framespacing="0">
<frame name="main" src="http://dphoto.cafe24.com/gnu/index.php" marginwidth="0" marginheight="0" scrolling="auto" frameborder="0" framespacing="0">
<frame name="sound" src="" marginwidth="0" marginheight="0" scrolling="no" noresize frameborder="0" framespacing="0">
</frameset>
<noframes>
<body bgcolor="#ffffff">
<p align=center>Not Found Document and FRAME not supporting....</p>
</body>
</noframes>
</html>
무슨 말인지 조금 이해가 안되서^^
http://dphoto.cafe24.com/gnu/index.php 이 페이지를http://dphoto.cafe24.com/index.php 이것으로 하고 싶다는 건가요.?
http://dphoto.cafe24.com/gnu/index.php 이 페이지를http://dphoto.cafe24.com/index.php 이것으로 하고 싶다는 건가요.?