그누보드 레이아웃관련 질문드립니다! > 그누4 질문답변

그누4 질문답변

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

그누보드 레이아웃관련 질문드립니다! 정보

그누보드 레이아웃관련 질문드립니다!

본문

나모웹에디터로 그누보드 레이아웃을 만들수있을까요?

만들수있다면 관련 페이지 한장만 떡밥좀 던져주세요 ㅜ

로그인 같은건 레이아웃에 어떻게연결할지, 모르겠습니다..ㅠ

댓글 전체

나모웹에디터냐 뭔에디터냐가 중요한건 아닙니다.
레이아웃에 대해서는 떡밥을 던져 줄수가 없는게 이건 본인이 깨달아야 합니다.

<div>
</div>
...

<table>
<tr>
<td></td>
</tr>
</table> ....

이렇게 던져줘 봐야.. 어자피 본인이 개면을 모르면 떡밥을 던져 주나 마나라는거죠 ^^
후후후... 떡밥 갑니다..
헤드부분
<?
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 = "100%";
?>

<!-- 상단  -->
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="ceter">
<tr>
<td>&nbsp;</td>
<td width="1000px" height="486px" valign="top">
<table width="100%" height="486px" cellspacing="0" cellpadding="0" border="0">
        <tr>
        <td width="1000px" height="33" align="right" background="<?=$g4['path']?>/images/main/top_01.jpg">
<?=outlogin("basic_top"); // 외부 로그인 ?>
</td>
        </tr>
<tr>
        <td width="1000" height="38" align="right" valign="top" background="<?=$g4['path']?>/images/main/top_02.jpg">
<table width="720" height="38" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="720"><?include_once("$g4[path]/menu1.php"); ?></td>
</tr>
        </table>
</td>
        </tr>
<tr>
        <td width="1000" height="415" align="center">
<img src="<?=$g4[path]?>/images/main/top_03.jpg" width="1000" height="415" alt="" usemap="#main" />
<map name="main">
<area shape="rect" coords="120,0,280,50" href="<?=$g4[path]?>" alt="한국체육아카데미" />
<area shape="rect" coords="915,315,975,385" href="<?=$g4[bbs_path]?>/write.php?bo_table=kpa601" alt="1:1문의" />
</map>
</td>
        </tr>
<tr>
        <td height="18"></td>
        </tr>
        </table>
</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td align="ceter">
<table width="1000px" cellpadding="0" cellspacing="0" border="0">
<tr>
    <td valign="top">

<!-- 상단  -->




메인부분
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");

$g4['title'] = "";
include_once("./head_main.php");
?>

<!-- 메인화면 최신글 시작 -->
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="1000px">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="310px" valign="top">
<img src="<?=$g4[path]?>/images/main/main_num.jpg">
</td>
<td width="35px"></td>
<td width="310px" valign="top">
<?=latest("simple_basic1", "kpa501", 4, 60); ?>
</td>
<td width="35px"></td>
<td width="310px" valign="top">
<?=latest("simple_basic2", "kpa401", 4, 60); ?>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="1000px" height="10"></td>
</tr>
<tr>
<td width="1000px">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="490px"height="35">
<a href="<?php echo $g4[bbs_path] ?>/board.php?bo_table=kpa502"><img src="<?=$g4[path]?>/images/main/g01.jpg" border="0"></a>
</td>
<td width="18px"></td>
<td width="490px" height="35">
<a href="<?php echo $g4[bbs_path] ?>/board.php?bo_table=kpa103"><img src="<?=$g4[path]?>/images/main/g02.jpg" border="0"></a>
</td>
</tr>
<tr>
<td width="490px" height="145" valign="top" background="<?=$g4['path']?>/images/main/g_back.jpg">
<?=latest("simple_gallery1", "kpa502", 10, 30); ?>
</td>
<td width="18px"></td>
<td width="490px" height="145" valign="top" align="center" background="<?=$g4['path']?>/images/main/g_back.jpg">
<?=latest("boutique", "kpa103", 10, 20); ?>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="1000px" height="10"></td>
</tr>
</table>
<!-- 메인화면 최신글 끝 -->

<?
include_once("./_tail.php");
?>




하단부분
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가

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

</td>
</tr>
</table>
</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>
<!-- 카피라이트 시작 -->
<table width="1000xp" border="0" cellspacing="0" cellpadding="0" border="0">
<tr>
    <img src="<?=$g4['path']?>/images/main/foot.jpg" width="1000" height="120" border="0" alt="" usemap="#tail01" />
<map name="tail01">
<area shape="rect" coords="38,4,138,25" href="javascript://" onclick="window.external.AddFavorite('http://www.pillhong.com', '한국체육아카데미')" onfocus="blur();" alt="한국체육아카데미" />
<area shape="rect" coords="218,4,256,25" href="<?=$g4[bbs_path]?>/board.php?bo_table=kpa101" alt="인사말" />
<area shape="rect" coords="348,4,400,25" href="<?=$g4[bbs_path]?>/board.php?bo_table=kpa102" alt="학원특징" />
<area shape="rect" coords="490,4,556,25" href="<?=$g4[bbs_path]?>/board.php?bo_table=kpa104" alt="강사진" />
<area shape="rect" coords="614,4,710,25" href="<?=$g4[bbs_path]?>/board.php?bo_table=kpa101" alt="개인정보보호정책" />
<area shape="rect" coords="774,4,849,25" href="<?=$g4[bbs_path]?>/board.php?bo_table=kpa105" alt="찾아오시는길" />
</map>
</td>
</tr>
</table>
</td>
<td>&nbsp;</td>
</tr>
</table>
<!-- 카피라이트 끝 -->

<?
include_once("$g4[path]/tail.sub.php");
?>

그외에 부수적인 부분이 많지만 일단 이것만..

참고로 이 떡밥 사이트경로입니다.
http://www.pillhong.com
전체 66,554 |RSS
그누4 질문답변 내용 검색

회원로그인

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