게시판 위치 지정 문의 드려요 > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

게시판 위치 지정 문의 드려요 정보

게시판 위치 지정 문의 드려요

본문

오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.

오류 주소 :
파란쪽에는 메뉴를 넣고 빨강은 게시판을 넣을려고 합니다.

근데 게시판이 밑으로 가네요 이건 어디서 변경을 해줘야 하는거예요??

아시는 분 있으시면 답변 부탁드릴께요 ㅠㅠ

그리고 중앙 정렬을 하려고 하는데 왜 안먹는거정??

이것도 혹시 아시면 부탁드려 봅니다.

php로 해서 코딩을 했는데 이게 맞는 코딩 법 인가요??

<div class="content">
<?
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 = 750;
?>


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr" />
<title>Untitled Document</title>
<style type="text/css">
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.maincontainer {
width: 940px;
margin-right: auto;
margin-left: auto;
}
body {
background-image: url(../images/bg.png);
background-repeat: no-repeat;
background-position: center top;
}
.content {
background-color:#FFF;
float:none;
width:920px;
margin: auto;
height:700px;
}
</style>

</head>

<body>


  <table width="920" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
      <th colspan="3" scope="row"><table width="920" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <th scope="row"><a href="../index.html">  <br /><img src="../images/logo.png" alt="logo" width="132" height="99" border="0" /><br />
              <br />
            </a></th>
          </tr>
          <tr>
            <th scope="row"> <table width="920" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td><a href="../html/1_1.html"><img src="../images/m_main/btn_m_01_off.png" width="184" height="32" border="0" /></a></td>
      <td><a href="../html/2_1.html"><img src="../images/m_main/btn_m_02_off.png" width="184" height="32" border="0" /></a></td>
      <td><a href="../html/3_1.html"><img src="../images/m_main/btn_m_03_off.png" width="184" height="32" border="0" /></a></td>
      <td><a href="html/4_1.html"><img src="../images/m_main/btn_m_04_off.png" width="184" height="32" border="0" /></a></td>
      <td><a href="html/5_1.html"><img src="../images/m_main/btn_m_05_off.png" width="184" height="32" border="0" /><br />
      </a></td>
    </tr>
  </table>  </th>
          </tr>
          <tr>
            <th scope="row">&nbsp;</th>
          </tr>
      </table></th>
    </tr>
    <tr>
      <th width="160" scope="row"><table width="160" border="0" align="left" cellpadding="0" cellspacing="0">
        <tr>
          <td><img src="../images/m_sub/04_m_sub_title.png" width="86" height="20" /></td>
        </tr>
        <tr>
          <td><a href="4_1.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image9','','../images/m_sub/04_m_sub_btn1_on.png',1)"><img src="../images/m_sub/04_m_sub_btn1_on.png" name="Image9" width="113" height="41" border="0" class="Image9" id="Image9" /></a></td>
        </tr>
      </table></th>
      <td width="760">
    </tr>
  </table>
  </td>
  </tr>
  </table>
</body>
</html>

주소도 같이 남겨 놓을 께요

댓글 전체

<div class="content">
<?
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 = 750;
?>


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr" />
<title>Untitled Document</title>
<style type="text/css">
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.maincontainer {
width: 940px;
margin-right: auto;
margin-left: auto;
}
body {
background-image: url(../images/bg.png);
background-repeat: no-repeat;
background-position: center top;
}
.content {
background-color:#FFF;
float:none;
width:920px;
margin: auto;
height:700px;
}
</style>

</head>

<body>


  <table width="920" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
      <th colspan="3" scope="row"><table width="920" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <th scope="row"><a href="../index.html">  <br /><img src="../images/logo.png" alt="logo" width="132" height="99" border="0" /><br />
              <br />
            </a></th>
          </tr>
          <tr>
            <th scope="row"> <table width="920" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td><a href="../html/1_1.html"><img src="../images/m_main/btn_m_01_off.png" width="184" height="32" border="0" /></a></td>
      <td><a href="../html/2_1.html"><img src="../images/m_main/btn_m_02_off.png" width="184" height="32" border="0" /></a></td>
      <td><a href="../html/3_1.html"><img src="../images/m_main/btn_m_03_off.png" width="184" height="32" border="0" /></a></td>
      <td><a href="html/4_1.html"><img src="../images/m_main/btn_m_04_off.png" width="184" height="32" border="0" /></a></td>
      <td><a href="html/5_1.html"><img src="../images/m_main/btn_m_05_off.png" width="184" height="32" border="0" /><br />
      </a></td>
    </tr>
  </table>  </th>
          </tr>
          <tr>
            <th scope="row">&nbsp;</th>
          </tr>
      </table></th>
    </tr>
    <tr>
      <th width="160" scope="row"><table width="160" border="0" align="left" cellpadding="0" cellspacing="0">
        <tr>
          <td><img src="../images/m_sub/04_m_sub_title.png" width="86" height="20" /></td>
        </tr>
        <tr>
          <td><a href="4_1.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image9','','../images/m_sub/04_m_sub_btn1_on.png',1)"><img src="../images/m_sub/04_m_sub_btn1_on.png" name="Image9" width="113" height="41" border="0" class="Image9" id="Image9" /></a></td>
        </tr>
      </table></th>
      <td width="760">
     
<!--위쪽은 head_이름.php-->
     
     
<!--아래쪽은 tail_이름.php-->
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가

// 사용자 화면 우측과 하단을 담당하는 페이지입니다.
// 우측, 하단 화면을 꾸미려면 이 파일을 수정합니다.

?>
게시판
     
    </tr>
  </table>
  </td>
  </tr>
  </table>
</body>
</html>

-----
<!--위쪽은 head_이름.php-->
<!--아래쪽은 tail_이름.php-->

이부분을 기준으로 분리해 보세요
앗  감사합니다. ㅠㅠ
근데 혹시요 게시판만 우측정렬을 하고 싶은데 그럼 어디서 변경을 해줘야 될까요??
알려주시는 김에 요것도 부탁 좀 드릴꼐요 ㅠㅠ
</table></th>
      <td width="15">
</td>
      <td width="745">
<!--위쪽은 head_이름.php-->

우축정렬을 하시려는 이유가 왼쪽 부분과 너무 붙어서 그러시는건가요?
그런 위부분을 저거로 바꿔보세요.

왼쪽부분과 게시판 부분의 간격을 15를 준겁니다.
그리고 게시판 설정에서 게시판폭을 100으로 주세요.
전체 66,554 |RSS
그누4 질문답변 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1402호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT