게시판위치에 대해 질문 정보
게시판위치에 대해 질문본문
일단 소스를 보여드리겠습니다.
http://sudden7147.idomz.net/gnuboard4/bbs/board.php?bo_table=qa
게시판 주소입니다.
이 게시판이 너무 중간에 치우쳐있습니다.
이 게시판을 상단에 넣으려고 하는데..
<valign="top">
어떤분이 말씀하신데로 이렇게 넣었습니다.
그런데도 아무런 변화가 없네요..^^;;
뭐가 문제인지 알려주시면 감사하겠습니다.
<?
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;
?>
<!-- 상단 배경 시작 -->
<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 cellpadding="0" cellspacing="0" width="977">
<tr>
<td width="977" colspan="3"> </td>
</tr>
<tr>
<td width="977" height="51" colspan="3">
<table cellpadding="0" cellspacing="0" width="976">
<tr>
<td width="50" height="55" rowspan="2"> </td>
<td width="219" height="36">
<p align="left"><img src="logo.gif" width="224" height="52" border="0"></p>
</td>
<td width="707" height="55" rowspan="2"> </td>
</tr>
<tr>
<td width="219" height="3"><span style="font-size:8pt;"> </span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="50" height="31">
<p align="center"> </p>
</td>
<td width="877" background="Menu_upline.gif" height="31">
<p align="center" style="margin-top:5;"><span style="font-size:9pt;"><b>클럽</b> <font color="#ACACAC">l</font> <b>커뮤니티</b> <font color="#ACACAC">l</font> 포인트몰 <font color="#ACACAC">l</font> 온라인게임 <font color="#ACACAC">l</font> 이벤트안내 / 가입인사 <font color="#ACACAC">l</font> 유머&엽기 <font color="#ACACAC">l</font> 갤러리 <font color="#ACACAC">l</font> 홈페이지문의</span></p>
</td>
<td width="50" height="31">
<p align="center"> </p>
</td>
</tr>
<tr>
<td width="50" height="33">
<p align="center"> </p>
</td>
<td width="877" background="Menu_downline.gif" height="33">
<p align="center" style="margin-top:2;"><span style="font-size:9pt;"><font color="white"> <b>처음으로 · 공지사항 · 베스트</b></font><font color="white"><b>강의 · 스트리밍강의실 · 이미지강의실 · 글강의실 · 패치자료실 · 대용량자료실 · 묻고답하기</b></font></span></p>
</td>
<td width="50" height="33">
<p align="center"> </p>
</td>
</tr>
<tr>
<td width="977" colspan="3">
<table cellpadding="0" cellspacing="0" width="979">
<tr>
<td width="979" colspan="4"><span style="font-size:8pt;"> </span></td>
</tr>
<tr>
<td width="49" height="163"> </td>
<td width="214" height="163" valign="top">
<table cellpadding="0" cellspacing="0" bordercolordark="black" bordercolorlight="black" width="213">
<tr>
<td width="213" height="6">
<p align="center"><span style="font-size:9pt;"><?=outlogin("basic");?></span></p>
</td>
</tr>
<tr>
<td width="213" height="14">
<p align="center"> </p>
</td>
</tr>
<tr>
<td width="213" height="15"> <p align="center"><?=poll("basic"); // 설문조사 ?>
</p>
</td>
</tr>
<tr>
<td width="213" height="16">
<p align="center"> </p>
</td>
</tr>
<tr>
<td width="213" height="16"> <p align="center"><?=visit("basic"); // 방문자수 ?>
</p>
</td>
</tr>
<tr>
<td width="213" height="16">
<p align="center"> </p>
</td>
</tr>
<tr>
<td width="213" height="16"> <p align="center"><?=connect(); // 현재 접속자수 ?>
</p>
</td>
</tr>
</table>
</td>
<td width="671" height="163" valign="top">
<table cellpadding="0" cellspacing="0" width="715">
<tr>
<td width="664" height="146" valign="top">
<p> </p>
<td width="51" height="146" valign="top"> </td>
[
http://sudden7147.idomz.net/gnuboard4/bbs/board.php?bo_table=qa
게시판 주소입니다.
이 게시판이 너무 중간에 치우쳐있습니다.
이 게시판을 상단에 넣으려고 하는데..
<valign="top">
어떤분이 말씀하신데로 이렇게 넣었습니다.
그런데도 아무런 변화가 없네요..^^;;
뭐가 문제인지 알려주시면 감사하겠습니다.
<?
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;
?>
<!-- 상단 배경 시작 -->
<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 cellpadding="0" cellspacing="0" width="977">
<tr>
<td width="977" colspan="3"> </td>
</tr>
<tr>
<td width="977" height="51" colspan="3">
<table cellpadding="0" cellspacing="0" width="976">
<tr>
<td width="50" height="55" rowspan="2"> </td>
<td width="219" height="36">
<p align="left"><img src="logo.gif" width="224" height="52" border="0"></p>
</td>
<td width="707" height="55" rowspan="2"> </td>
</tr>
<tr>
<td width="219" height="3"><span style="font-size:8pt;"> </span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="50" height="31">
<p align="center"> </p>
</td>
<td width="877" background="Menu_upline.gif" height="31">
<p align="center" style="margin-top:5;"><span style="font-size:9pt;"><b>클럽</b> <font color="#ACACAC">l</font> <b>커뮤니티</b> <font color="#ACACAC">l</font> 포인트몰 <font color="#ACACAC">l</font> 온라인게임 <font color="#ACACAC">l</font> 이벤트안내 / 가입인사 <font color="#ACACAC">l</font> 유머&엽기 <font color="#ACACAC">l</font> 갤러리 <font color="#ACACAC">l</font> 홈페이지문의</span></p>
</td>
<td width="50" height="31">
<p align="center"> </p>
</td>
</tr>
<tr>
<td width="50" height="33">
<p align="center"> </p>
</td>
<td width="877" background="Menu_downline.gif" height="33">
<p align="center" style="margin-top:2;"><span style="font-size:9pt;"><font color="white"> <b>처음으로 · 공지사항 · 베스트</b></font><font color="white"><b>강의 · 스트리밍강의실 · 이미지강의실 · 글강의실 · 패치자료실 · 대용량자료실 · 묻고답하기</b></font></span></p>
</td>
<td width="50" height="33">
<p align="center"> </p>
</td>
</tr>
<tr>
<td width="977" colspan="3">
<table cellpadding="0" cellspacing="0" width="979">
<tr>
<td width="979" colspan="4"><span style="font-size:8pt;"> </span></td>
</tr>
<tr>
<td width="49" height="163"> </td>
<td width="214" height="163" valign="top">
<table cellpadding="0" cellspacing="0" bordercolordark="black" bordercolorlight="black" width="213">
<tr>
<td width="213" height="6">
<p align="center"><span style="font-size:9pt;"><?=outlogin("basic");?></span></p>
</td>
</tr>
<tr>
<td width="213" height="14">
<p align="center"> </p>
</td>
</tr>
<tr>
<td width="213" height="15"> <p align="center"><?=poll("basic"); // 설문조사 ?>
</p>
</td>
</tr>
<tr>
<td width="213" height="16">
<p align="center"> </p>
</td>
</tr>
<tr>
<td width="213" height="16"> <p align="center"><?=visit("basic"); // 방문자수 ?>
</p>
</td>
</tr>
<tr>
<td width="213" height="16">
<p align="center"> </p>
</td>
</tr>
<tr>
<td width="213" height="16"> <p align="center"><?=connect(); // 현재 접속자수 ?>
</p>
</td>
</tr>
</table>
</td>
<td width="671" height="163" valign="top">
<table cellpadding="0" cellspacing="0" width="715">
<tr>
<td width="664" height="146" valign="top">
<p> </p>
<td width="51" height="146" valign="top"> </td>
[
댓글 전체
<div style='height:18px;'></div> 부분을 삭제하시든지 혹은 height의 숫자를 조정하세요...