묻고답하기



"X"표시의 왼쪽 메뉴 부분을 제거 하고싶습니다.

즉, 메뉴 구성이 <상단엔 메뉴, 하단엔 내용> 이런식으로 간결하게 가려고합니다.

어떻게 해야하는지 수정 부탁드립니다.



현재코드 (간결하게 가려고 로그인부분도 제거했습니다.)
-------------------------------------
<!-- js 파일 import -->
<!--%import("js/xe_official.js")-->

<!-- 레이아웃과 연동될 css 파일 import -->
<!--@if($layout_info->colorset == "white")-->
    <!--%import("css/white.css")-->
<!--@elseif($layout_info->colorset == "black")-->
    <!--%import("css/black.css")-->
<!--@else-->
    <!--%import("css/default.css")-->
<!--@end-->

<!--@if($layout_info->background_image)-->
<style type="text/css">
    body {  background:#FFFFFF url({getUrl()}{$layout_info->background_image}) repeat-x left top; }
</style>
<!--@end-->

<!--@if(!$layout_info->colorset)-->
 {@$layout_info->colorset = "default"}
<!--@end-->

<div id="bodyWrap">
 <div id="header">
  <h1><a href="{$layout_info->index_url}"><!--@if(!$layout_info->logo_image)--><img src="./images/{$layout_info->colorset}/zeroBoardXE.png" alt="ZeroBoard™  XE" class="iePngFix" /><!--@else--><img src="{$layout_info->logo_image}" alt="logo" border="0" class="iePngFix" /><!--@end--></a></h1>

  
  <!--GNB-->
  <ul id="gnb">
            <!-- main_menu 1차 시작 -->
            <!--@foreach($main_menu->list as $key => $val)--><!--@if($val['link'])-->
                <!--@if($val['selected'])-->
                    {@ $menu_1st = $val }
                <!--@end-->

                <li <!--@if($val['selected'])-->class="on"<!--@end-->><a href="{$val['href']}" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$val['link']}</a></li>

            <!--@end--><!--@end-->
            <!-- main_menu 1차 끝 -->
  </ul>
  <!--//GNB-->

  <form action="{getUrl()}" method="post" id="isSearch">
            <input type="hidden" name="mid" value="{$mid}" />
            <input type="hidden" name="act" value="IS" />
           
  </form>

 </div>
 <div id="contentBody">
  <div id="columnLeft">

           
           
            <!--@if($menu_1st)-->
   <ol id="lnb">
                {@ $idx = 1 }
                <!--@foreach($menu_1st['list'] as $key => $val)--><!--@if($val['link'])-->
    <li <!--@if($val['selected'])-->class="on"<!--@end-->><a href="{$val['+ 'href']}" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$val['link']}</a>

                    <!-- main_menu 3차 시작 -->
                    <!--@if($val['list'] && ($val['expand']=='Y'||$val['+ 'selected'+ ']) )-->
     <ul>
                    <!--@foreach($val['list'] as $k => $v)--><!--@if($v['link'])-->
      <li <!--@if($v['selected'])-->class="on"<!--@end-->><a href="{$v['href']}" <!--@if($v['open_window']=='Y'+ ')-->onclick="window.open(this.href);return false;"<!--@end-->>{$v['link']}</a></li>
                    <!--@end--><!--@end-->
     </ul>
                    <!--@end-->
    </li>
                {@$idx++}
                <!--@end--><!--@end-->
   </ol>
            <!--@end-->

  </div>
  <div id="columnRight">
            <!-- 컨텐츠 시작 -->
            {$content}

  </div>
 </div>
 <ul id="footer">
  <li class="first-child">
   <address>
   <a href="http://www.zeroboard.com" onclick="window.open(this.href);return false;"><img src="./images/{$layout_info->colorset}/powerdByZeroboard.gif" alt="Powered By ZeroBoard" width="106" height="5" /></a>
   </address>

  </li>

        <!--@foreach($bottom_menu->list as $key => $val)-->
  <li><a href="{$val['href']}" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$val['link']}</a></li>
        <!--@end-->
 </ul>
</div>

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
케이이치 새창띄우기에서 자꾸 여백이 생겨요~ [2] 2007.08.10
고강용 홈페이지 제작 관련 ~~~급해서 부탁드립니다 [1] 2007.08.10
보드대박 여러분은 이럴때 어떤 보정을 해주시나요?  
호피 화면전체에 마우스를 따라 십자선이 움직이는 효과.  
kunbi 홈페이지로 넘어가는 소스~  
김종운 홈페이지 상단 공백? [3] 2007.08.10
김태형 echo문 안에서 php 함수를 불러 올수 없나요???? [4] 2007.08.10
박창준 브라우저의 폭을 알수 있는 방법이 궁금합니다. [1] 2007.08.10
이경륜 아이피 주소를 치면 연결이 되는데 도메인명으로 입력하면 연결이 안되요? [1] 2007.08.10
고송희 포토샵에서 먼가 만든후 저장해서 다시 열어보면.. 지져분..  
윤영하 PHP: 변수명에 다른 변수값이 들어갈때.. [1] 2007.08.10
BigStone 함수내에서 $HTTP_SESSION_VARS를 global 지정한 효과? [1] 2007.08.10
박근영 서브메뉴사라지지않게하려면? [1] 2007.08.10
(: 안호진 :) [방송정보 얻어오기에서] 타이틀 부분 관련  
한제훈 멀티 게시판을 만들고 싶은데요.. [2] 2007.08.10
이진희 노프레임 질문입니다.  
박희정 음악..`  
황석봉 include 에 대한 질문입니다..; [2] 2007.08.10
이용욱 저도 PHP include의 관련 질문 입니다.  
초보흐흑.. 첫화면에 바로 일기장게시판 연결.. [2] 2007.08.10