제발 도와주세요 로그인부분 이동을 어떻게 해야 하죠?(그림설명) 정보
제발 도와주세요 로그인부분 이동을 어떻게 해야 하죠?(그림설명)첨부파일
본문


소스는 head.php파일 그대로 첨부파일에 올리겠습니다. 참고로 utf-8아닙니다.
댓글 전체
제 홈페이지 주소는 osland.yeosine.com 이고,
head파일 소스는
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/lib/outlogin.lib.php");
include_once("$g4[path]/lib/poll.lib.php");
include_once("$g4[path]/lib/visit.lib.php");
include_once("$g4[path]/lib/connect.lib.php");
include_once("$g4[path]/lib/popular.lib.php");
//print_r2(get_defined_constants());
// 사용자 화면 상단과 좌측을 담당하는 페이지입니다.
// 상단, 좌측 화면을 꾸미려면 이 파일을 수정합니다.
$table_width = 1004;
?>
<p><a href="http://yeosine.com/osland"><img src="../osland/img/001.gif" width="110" height="70" border="0"></a><a href="http://yeosine.com/osland/bbs/board.php?bo_table=maruboard"><img src="../osland/img/01.gif" width="110" height="70" border="0"></a><a href="http://yeosine.com/osland/bbs/board.php?bo_table=gallery"><img src="../osland/img/02.gif" width="110" height="70" border="0"></a><a href="http://yeosine.com/osland/bbs/board.php?bo_table=webstudy"><img src="../osland/img/03.gif" width="110" height="70" border="0"></a><a href="http://yeosine.com/osland/bbs/board.php?bo_table=pcstudy"><img src="../osland/img/04.gif" width="115" height="70" border="0"></a><a href="http://yeosine.com/osland/bbs/board.php?bo_table=boardstudy"><img src="../osland/img/05.gif" width="110" height="70" border="0"></a><a href="http://yeosine.com/osland/bbs/board.php?bo_table=computer"><img src="../osland/img/06.gif" width="110" height="70" border="0"></a><a href="http://yeosine.com/osland/bbs/board.php?bo_table=download"><img src="../osland/img/07.gif" width="110" height="70" border="0"></a><a href="http://yeosine.com/osland/bbs/board.php?bo_table=community"><img src="../osland/img/002.gif" width="110" height="70" border="0"></a>
<table width="<?=$table_width?>" cellspacing="0" cellpadding="0">
<tr>
<td background="<?=$g4['path']?>/img/top_img_bg.gif">
<table width="100%" height="52" cellspacing="0" cellpadding="0">
<tr>
<td><img src="<?=$g4['path']?>/img/top_img.gif" width="995" height="116"></td>
</tr>
</table></td>
</tr>
</table>
<!-- 상단 배경 끝 -->
<div style='height:18px;'></div>
<style type="text/css">
#middiv {
width:<?=$table_width?>px;
position:relative;
margin:0px auto;
vertical-align:top;
float:left;
}
#middiv #mleft { width:220px; float:left; padding:0 0 0 43; }
#middiv #mright { width:683px; float:left; padding:0 0 0 15; }
</style>
<table width='<?=$table_width?>' cellpadding=0 cellspacing=0 border=0>
<tr>
<td width=43></td>
<!-- 왼쪽 메뉴 -->
<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(); // 현재 접속자수 ?>
</td>
<td width=18></td>
<!-- 중간 -->
<td width=683 valign=top>
입니다.
head파일 소스는
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/lib/outlogin.lib.php");
include_once("$g4[path]/lib/poll.lib.php");
include_once("$g4[path]/lib/visit.lib.php");
include_once("$g4[path]/lib/connect.lib.php");
include_once("$g4[path]/lib/popular.lib.php");
//print_r2(get_defined_constants());
// 사용자 화면 상단과 좌측을 담당하는 페이지입니다.
// 상단, 좌측 화면을 꾸미려면 이 파일을 수정합니다.
$table_width = 1004;
?>
<p><a href="http://yeosine.com/osland"><img src="../osland/img/001.gif" width="110" height="70" border="0"></a><a href="http://yeosine.com/osland/bbs/board.php?bo_table=maruboard"><img src="../osland/img/01.gif" width="110" height="70" border="0"></a><a href="http://yeosine.com/osland/bbs/board.php?bo_table=gallery"><img src="../osland/img/02.gif" width="110" height="70" border="0"></a><a href="http://yeosine.com/osland/bbs/board.php?bo_table=webstudy"><img src="../osland/img/03.gif" width="110" height="70" border="0"></a><a href="http://yeosine.com/osland/bbs/board.php?bo_table=pcstudy"><img src="../osland/img/04.gif" width="115" height="70" border="0"></a><a href="http://yeosine.com/osland/bbs/board.php?bo_table=boardstudy"><img src="../osland/img/05.gif" width="110" height="70" border="0"></a><a href="http://yeosine.com/osland/bbs/board.php?bo_table=computer"><img src="../osland/img/06.gif" width="110" height="70" border="0"></a><a href="http://yeosine.com/osland/bbs/board.php?bo_table=download"><img src="../osland/img/07.gif" width="110" height="70" border="0"></a><a href="http://yeosine.com/osland/bbs/board.php?bo_table=community"><img src="../osland/img/002.gif" width="110" height="70" border="0"></a>
<table width="<?=$table_width?>" cellspacing="0" cellpadding="0">
<tr>
<td background="<?=$g4['path']?>/img/top_img_bg.gif">
<table width="100%" height="52" cellspacing="0" cellpadding="0">
<tr>
<td><img src="<?=$g4['path']?>/img/top_img.gif" width="995" height="116"></td>
</tr>
</table></td>
</tr>
</table>
<!-- 상단 배경 끝 -->
<div style='height:18px;'></div>
<style type="text/css">
#middiv {
width:<?=$table_width?>px;
position:relative;
margin:0px auto;
vertical-align:top;
float:left;
}
#middiv #mleft { width:220px; float:left; padding:0 0 0 43; }
#middiv #mright { width:683px; float:left; padding:0 0 0 15; }
</style>
<table width='<?=$table_width?>' cellpadding=0 cellspacing=0 border=0>
<tr>
<td width=43></td>
<!-- 왼쪽 메뉴 -->
<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(); // 현재 접속자수 ?>
</td>
<td width=18></td>
<!-- 중간 -->
<td width=683 valign=top>
입니다.
위의소스중에 <td width=43></td> <==삭재
<td width=18></td> <==삭재
width=220
width=683
을 비율로 지정 예를들어 20% 80%
<td width=18></td> <==삭재
width=220
width=683
을 비율로 지정 예를들어 20% 80%
감사하다는 의미로 조그마한 배너를 제 패밀리사이트(사이트링크) 라는 곳에 살포시 넣어두겠습니다. ^^ 감사합니다.
님!!! 정말 감사합니다. 제가 원하던 대로 됬습니다. 이 은혜는 잊지 않겠습니다.
cx