게시판 위치 지정 문의 드려요
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.
오류 주소 :
파란쪽에는 메뉴를 넣고 빨강은 게시판을 넣을려고 합니다.
근데 게시판이 밑으로 가네요 이건 어디서 변경을 해줘야 하는거예요??
아시는 분 있으시면 답변 부탁드릴께요 ㅠㅠ
그리고 중앙 정렬을 하려고 하는데 왜 안먹는거정??
이것도 혹시 아시면 부탁드려 봅니다.
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"> </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>
주소도 같이 남겨 놓을 께요
오류 주소 :
파란쪽에는 메뉴를 넣고 빨강은 게시판을 넣을려고 합니다.
근데 게시판이 밑으로 가네요 이건 어디서 변경을 해줘야 하는거예요??
아시는 분 있으시면 답변 부탁드릴께요 ㅠㅠ
그리고 중앙 정렬을 하려고 하는데 왜 안먹는거정??
이것도 혹시 아시면 부탁드려 봅니다.
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"> </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>
주소도 같이 남겨 놓을 께요
댓글 4개
12년 전
<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"> </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-->
이부분을 기준으로 분리해 보세요
<?
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"> </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-->
이부분을 기준으로 분리해 보세요
12년 전
앗 감사합니다. ㅠㅠ
근데 혹시요 게시판만 우측정렬을 하고 싶은데 그럼 어디서 변경을 해줘야 될까요??
알려주시는 김에 요것도 부탁 좀 드릴꼐요 ㅠㅠ
근데 혹시요 게시판만 우측정렬을 하고 싶은데 그럼 어디서 변경을 해줘야 될까요??
알려주시는 김에 요것도 부탁 좀 드릴꼐요 ㅠㅠ
12년 전
</table></th>
<td width="15">
</td>
<td width="745">
<!--위쪽은 head_이름.php-->
우축정렬을 하시려는 이유가 왼쪽 부분과 너무 붙어서 그러시는건가요?
그런 위부분을 저거로 바꿔보세요.
왼쪽부분과 게시판 부분의 간격을 15를 준겁니다.
그리고 게시판 설정에서 게시판폭을 100으로 주세요.
<td width="15">
</td>
<td width="745">
<!--위쪽은 head_이름.php-->
우축정렬을 하시려는 이유가 왼쪽 부분과 너무 붙어서 그러시는건가요?
그런 위부분을 저거로 바꿔보세요.
왼쪽부분과 게시판 부분의 간격을 15를 준겁니다.
그리고 게시판 설정에서 게시판폭을 100으로 주세요.
12년 전
정말 감사합니다. 많은 도움이 됬어요 ^^
게시판 목록
그누4 질문답변
그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.
기존 게시물은 열람만 가능합니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 66554 | 11년 전 | 17733 | ||
| 66553 | 11년 전 | 12554 | ||
| 66552 |
alexseo
|
11년 전 | 10188 | |
| 66551 | 11년 전 | 10923 | ||
| 66550 | 11년 전 | 10494 | ||
| 66549 | 11년 전 | 11846 | ||
| 66548 | 11년 전 | 15029 | ||
| 66547 |
스타크루즈
|
11년 전 | 11493 | |
| 66546 |
kimch
|
11년 전 | 11599 | |
| 66545 | 11년 전 | 11423 | ||
| 66544 | 11년 전 | 12271 | ||
| 66543 |
별을기다리며
|
11년 전 | 14432 | |
| 66542 |
별을기다리며
|
11년 전 | 11924 | |
| 66541 | 11년 전 | 9692 | ||
| 66540 | 11년 전 | 10566 | ||
| 66539 | 11년 전 | 16399 | ||
| 66538 | 11년 전 | 10451 | ||
| 66537 | 11년 전 | 9134 | ||
| 66536 | 11년 전 | 10574 | ||
| 66535 |
alexseo
|
11년 전 | 5590 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기