묻고답하기

이미지갤러리 사용하고 있는 게시판을 화면 전체에 사용하고 싶은데....
좌측의 로그인정보등 때문에 갤러리가 화면의 70% 정도만 갤러리만 차지하고 있어서 이를 없애려고 나름대로 지웠더니...
로그인정보는 지웠는데...
게시판의 위치는 그대로 더군요.

----- < 아래 그림 처럼요>-------------


제가 초보라 잘 몰라서 도움 부탁드립니다.
아래 소스중에서 어디를 손대야 할지....다시한번 부탁드립니다.
고수님들의 댓글 기다립니다.
----------------<레이아웃 소스>-----------------

<!--// 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><!--@if($layout_info->logo_image)--><a href="{$layout_info->index_url}"><img src="{$layout_info->logo_image}" alt="logo" border="0" class="iePngFix" /></a><!--@else-->&nbsp;<!--@end--></h1>

        <div id="language">
            <strong title="{$lang_type}">{$lang_supported[$lang_type]}</strong> <a href="#selectLang" onclick="showHide('selectLang');return false;"><img src="./images/{$layout_info->colorset}/buttonLang.gif" alt="Select Language" width="87" height="15" /></a>
            <ul id="selectLang">
                <!--@foreach($lang_supported as $key => $val)--><!--@if($key!= $lang_type)-->
                <li><a href="#" onclick="doChangeLangType('{$key}');return false;">{$val}</a></li>
                <!--@end--><!--@end-->
            </ul>
        </div>

        <!-- 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>

            <!--@endif--><!--@endforeach-->
        </ul>

        <form action="{getUrl()}" method="post" id="isSearch">
            <input type="hidden" name="mid" value="{$mid}" />
            <input type="hidden" name="act" value="IS" />
            <input type="hidden" name="search_target" value="title_content" />
            <input name="is_keyword" type="text" class="inputText" title="keyword" />

            <input type="image" src="./images/{$layout_info->colorset}/buttonSearch.gif" alt="{$lang->cmd_search}" class="submit" />
        </form>

 

            <!--@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>
                    <!--@endif--><!--@endforeach-->
                    </ul>
                    <!--@endif-->
                </li>
                {@$idx++}
                <!--@endif--><!--@endforeach-->
            </ol>
            <!--@endif-->

        </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/powerdByXE.gif" alt="Powered By XpressEngine" width="70" 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>
        <!--@endforeach-->
    </ul>
</div>

--------------------------------------------------------------------------------




글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
임재식609 1.4.5.7 업데이트 후 댓글 달면 에러가 납니다. [1] 2011.06.10 by 송동우
나의해 [나의해질문] 이미지링크후 다른영역에 밑줄이 생기는 현상 [1] 2011.06.10 by 송동우
the자루.com 게시물 작성시 본문내용에 자동으로 양식이 나오게 하고 싶습니다. [3] 2011.06.10 by 앙띠2
나의해 ↓(아랫글) /a로 해결되었습니다 송동우님 감사해여 ;; (냉무)  
yourgabi 게시판 xpresseditor 스킨(HTML 편집기) 복구 문의 [2] 2011.06.10 by yourgabi
이온디 위젯 기능 합치기;;  
박하향풍선껌 게시판 검색부분이 없어지네요(로그인을 하지 않으면) [1] 2011.06.11 by 송동우
권혁신165 error code: http error, file mame: p101116001.jpg, message: 403 [1] 2011.06.11 by 송동우
Kasushi 회원가입 폼에 대해서 질문입니다. [2] 2011.06.11 by 앙띠2
박수정280 admin 비밀번호 [2] 2011.06.11 by 공듀
cyeon799 삭제한 문서 복원 [1] 2011.06.11 by 공듀
맥문동 xeed 에디터를 사용중이 분들이 계신데요... [2] 2011.06.11 by 맥문동
apollos 첨부파일이 100% 올라간 후 증발됩니다. [1] 2011.06.11 by 송동우
도라란 첨부파일이 없는경우 지정된 이미지를 표시하는 방법 [3] 2011.06.11 by 송동우
100억 도와주세요 고수님들 ! [1] 2011.06.11 by 송동우
color77 xe패스워드 암호화를sha-256 이나 mysql5 로 바꾸려면 어디를 수정하면되나요? [1] 2011.06.11 by 송동우
도라란 신문법 문의 [1] 2011.06.11 by 송동우
bombsix mp3 파일 첨부후 본문 삽입시 jwplayer로 재생 되게 하려면? [1] 2011.06.11 by 백성찬
푸른홈 관리자 화면이 하얗게 나오는 건 왜 그렇죠? [1] 2011.06.11 by 푸른홈
기적소리 인증 메일 발송할떄 메일 제목과 발신자를 설정하려면?