묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
PHP 로 노프레임 페이지 공부 하는데..
2003.10.06 03:41
연습삼아 Sugar01 님의 홈페이지를 수정해 보려고 노력 했습니다.
노프레임은 처음 해 보는거라 쉽지가 않더군요.
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>Welcome to the Young-Seo's HomePage</title>
<meta name="generator" content="Namo WebEditor v5.0">
</head>
<body bgcolor="#959595" text="black" link="blue" vlink="purple" alink="red" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0">
<table align="center" cellpadding="0" cellspacing="0" width="781" bgcolor="white">
<tr>
<td width="781" height="71" colspan="2"> <p align="center"><img src="images/top.jpg" width="817" height="102" border="0"></p>
</td>
</tr>
<tr>
<td width="781" height="1" colspan="2"> <p align="center"><?
include "http://kys1030.natoo.net/Korean/menu.php";
?></p>
</td>
</tr>
<tr>
<td width="145" height="5">
<p align="center">
<?
$_zb_url = "http://kys1030.natoo.net/bbs/";
$_zb_path = "/free/home/kys1030/html/bbs/";
include $_zb_path."outlogin.php";
?><?print_outlogin("lastest", 10, 10) ?></p>
</td>
<td width="630" height="31" rowspan="3">
<p align="center"> </td>
</tr>
<tr>
<td width="145" height="12">
<p align="center"> </p>
</td>
</tr>
<tr>
<td width="145" height="6">
<p align="center"> </p>
</td>
</tr>
</table>
<p align="center"><font size="2" color="white">Copyright ⓒ 2003 Young-Seo Kim.
All Right Reserved.</font></p>
</body>
</html>
이렇게 했는데,
인클루드가 되지 않더라고요..
왜 그런가요? 모가 잘못된거죠? 수정 해 주세요 ㅜ_ㅠ
어디까지나 공부하려고 따라 해 본거니, Sugar01님 양해 바라니다.
(멜도 보내 드렸는데... 답변이 없으시더군요...)
또 하나 질문은요,
저기서 링크버튼을 눌렀을때,
오른쪽 아래의 큰 부분에만 바뀌게 아떻게 해요?
그냥 링크 누르면 전체 화면이 바뀌어 버리든데..
아 정말 힘드네여.
도와주세요 !!
노프레임은 처음 해 보는거라 쉽지가 않더군요.
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>Welcome to the Young-Seo's HomePage</title>
<meta name="generator" content="Namo WebEditor v5.0">
</head>
<body bgcolor="#959595" text="black" link="blue" vlink="purple" alink="red" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0">
<table align="center" cellpadding="0" cellspacing="0" width="781" bgcolor="white">
<tr>
<td width="781" height="71" colspan="2"> <p align="center"><img src="images/top.jpg" width="817" height="102" border="0"></p>
</td>
</tr>
<tr>
<td width="781" height="1" colspan="2"> <p align="center"><?
include "http://kys1030.natoo.net/Korean/menu.php";
?></p>
</td>
</tr>
<tr>
<td width="145" height="5">
<p align="center">
<?
$_zb_url = "http://kys1030.natoo.net/bbs/";
$_zb_path = "/free/home/kys1030/html/bbs/";
include $_zb_path."outlogin.php";
?><?print_outlogin("lastest", 10, 10) ?></p>
</td>
<td width="630" height="31" rowspan="3">
<p align="center"> </td>
</tr>
<tr>
<td width="145" height="12">
<p align="center"> </p>
</td>
</tr>
<tr>
<td width="145" height="6">
<p align="center"> </p>
</td>
</tr>
</table>
<p align="center"><font size="2" color="white">Copyright ⓒ 2003 Young-Seo Kim.
All Right Reserved.</font></p>
</body>
</html>
이렇게 했는데,
인클루드가 되지 않더라고요..
왜 그런가요? 모가 잘못된거죠? 수정 해 주세요 ㅜ_ㅠ
어디까지나 공부하려고 따라 해 본거니, Sugar01님 양해 바라니다.
(멜도 보내 드렸는데... 답변이 없으시더군요...)
또 하나 질문은요,
저기서 링크버튼을 눌렀을때,
오른쪽 아래의 큰 부분에만 바뀌게 아떻게 해요?
그냥 링크 누르면 전체 화면이 바뀌어 버리든데..
아 정말 힘드네여.
도와주세요 !!
댓글 3
-
김영서
2003.10.06 03:42
메뉴는 다이나믹 메뉴고요, 자료는 Sugar01 님 홈페이지(http://prospect.new21.net/)에있습니다. -
김영서
2003.10.06 03:42
아웃로긴도 인클루드 안되더군요 -_- -
스티치
2003.10.06 10:48
<?
$_zb_url = "http://kys1030.natoo.net/bbs/";
$_zb_path = "/free/home/kys1030/html/bbs/";
include $_zb_path."outlogin.php";
?> 이 부분을 페이지의 맨위.. 즉.. head가 나오기 전에 넣어주세요.
분명 메뉴얼에도 그렇게 설명이 되어 있을터인데요.. 메뉴얼을 자세히 읽어보세요.