질문하나 드립니다. 헬프미~ >.< 프레임 질문이에염 포인트가 엄써여 ㅠ.ㅠ 정보
질문하나 드립니다. 헬프미~ >.< 프레임 질문이에염 포인트가 엄써여 ㅠ.ㅠ
본문
제가 자주가는 모르솔라에 가면 최근 게시물을 우측 프레임으로 땡겨오셨더라구요
근데 그누보드에 head.php 보니 왼쪽 메뉴라고 해서 head.php 내용중...
<!-- 왼쪽 메뉴 -->
<td width=220 valign=top>
<?=outlogin("basic"); // 외부 로그인 ?>
<td width=220 valign=top>
<?=outlogin("basic"); // 외부 로그인 ?>
<div style='height:10px;'></div>
<?=poll("basic"); // 설문조사 ?>
<div style='height:10px;'></div>
<?=visit("basic"); // 방문자수 ?>
<div style='height:10px;'></div>
<?=connect(); // 현재 접속자수 ?>
이렇게 있는데요 저걸 모두 왼쪽이 아닌 우측 프레임으로 땡겨 오려믄 어캐 하나요
그리고 게시판에 내용을 보게 되면 우측 프레임이 사라지고 전체 사이즈로 보이게끔 해주시던데
head.php에 최근 게시물을 땡겨 온다 해도 계속 따라 다녀서...
첫번째 예제 페이지
두번째 예제 페이지
그리고 아원님한테 매일 물어 보기도 참 미안하더라구요 ㅠ.ㅠ
아원님 보시면 절 용서 하세용 ㅠ.ㅠ 왜캐 힘드냥 ~
제로보드에서 넘어온 후로 참으로 힘겹네요
댓글 전체

전체 디자인이 하나로 통일 된다면, head.php 파일을 그대로 사용해도 되겠습니다.

허나 별도로 페이지를 작성한다면 아래와 같이 해야겠죠.

<?
$g4_path = ".";
include_once("$g4_path/_common.php");
$g4[title] = "제목";
include_once("$g4[path]/head.sub.php");
?>
<table width="1000">
<tr>
<td width="500">왼쪽</td>
<td width="500">오른쪽</td>
</tr>
</table>
<?
include_once("$g4[path]/tail.sub.php");
?>
$g4_path = ".";
include_once("$g4_path/_common.php");
$g4[title] = "제목";
include_once("$g4[path]/head.sub.php");
?>
<table width="1000">
<tr>
<td width="500">왼쪽</td>
<td width="500">오른쪽</td>
</tr>
</table>
<?
include_once("$g4[path]/tail.sub.php");
?>


게시판의 리스트 화면은, list.skin.php 파일에서 담당합니다.

아원님 감사해요 아무래도 별도페이지로 만들던가 해야겠군요
<?
$g4_path = ".";
include_once("$g4_path/_common.php");
$g4[title] = "제목";
include_once("$g4[path]/head.sub.php");
?>
<table width="1000">
<tr>
<td width="500">왼쪽</td>
<td width="500">오른쪽</td>
</tr>
</table>
<?
include_once("$g4[path]/tail.sub.php");
?>
이부분이 맞는거 같군요 다른건 다 봤구요
감사합니다.
<?
$g4_path = ".";
include_once("$g4_path/_common.php");
$g4[title] = "제목";
include_once("$g4[path]/head.sub.php");
?>
<table width="1000">
<tr>
<td width="500">왼쪽</td>
<td width="500">오른쪽</td>
</tr>
</table>
<?
include_once("$g4[path]/tail.sub.php");
?>
이부분이 맞는거 같군요 다른건 다 봤구요
감사합니다.