묻고답하기



http://kcpc.us/?mid=Resources_2


위 사이트와 같은 3컬럼의 형태 레이아웃을 만들려고 하는데 계속 난관입니다.
(양사이드 컬럼이 있고 가운데로 게시판을 출력하려는 중입니다.)

ex1.5버전의 기본 레이아웃에서 수정을 할려고 하는데요.(기본은 왼쪽, 오른쪽 2컬럼이죠.)
layouts 폴더의 layout.html 화일과 css화일을 이리저리 편집해보는데 좀처럼 되지 않고 있습니다.
어떤부분을 해야 되는건지요.
제기억으론 예전 테이블방식의 html의 제로보드 보다 간결해진듯한데...
div 문법이 정말 생소합니다...
부디 초보에게 한말씀 부탁드리겠습니다.

layout.html 화일입니다.

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

            <!-- 로그인 위젯 -->
            <img src="./images/blank.gif" class="zbxe_widget_output" widget="login_info" skin="xe_official" colorset="{$layout_info->colorset}" />

            <!-- 왼쪽 2차 메뉴 -->
            <img src="./images/blank.gif" alt="" class="mask" />

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

css 화일입니다.

/* Site Layout - Content Body */
#contentBody { position:relative; width:980px; padding-bottom:30px; overflow:hidden; background:url(../images/black/bgContentBody.gif) repeat-y left top; border-bottom:1px solid #515151;}

/* Site Layout - Column Left */
#columnLeft { position:relative; width:201px; float:left;}
#columnLeft .mask { width:201px; height:5px; background:#222; display:block;}
#lnb { border-top:1px solid #515151; padding:4px 5px; width:190px;}
#lnb li { list-style:none; padding-bottom:4px;}
#lnb li a { padding:6px 5px 6px 13px; width:170px; display:block; border:1px solid #565655; background:url(../images/black/bgLnbOff.gif) repeat-x; color:#c2c2c2; position:relative; z-index:99; text-decoration:none;}
#lnb li a:hover,
#lnb li a:focus { color:#ffffff; background:#e61700; border:1px solid #ff1a00;}
#lnb li.on a { color:#ffffff; background:#e61700; border:1px solid #ff1a00;}
#lnb li.on a:hover,
#lnb li.on a:focus { font-weight:bold;}
#lnb li ul { display:block; position:relative; width:184px; padding:0 3px; position:relative; border-top:1px solid #3d3d3d; overflow:hidden;}
#lnb li.on ul { display:block;}
#lnb li ul li { padding:0; border-top:1px solid #474747; position:relative; top:-1px;}
#lnb li ul li a { padding:6px 5px 6px 10px; width:169px; color:#818181 !important; border:none; background:none !important; border:none !important;}
#lnb li ul li a:hover,
#lnb li ul li a:focus { font-weight:normal !important; color:#de4332 !important;}
#lnb li.on ul li.on a { color:#ff1a00 !important; font-weight:bold !important; background:url(../images/black/bulletLnb.gif) no-repeat 175px center  !important;}

/* Site Layout - Column Right */
#columnRight { width:770px; float:right; overflow:hidden;}
#visualArea { width:770px; height:200px; background:#151514; margin-bottom:2.5em; position:relative; left:-15px; margin-right:-15px; color:#999999;}
#content { width:100%; overflow:hidden;}

/* Site Layout - Footer */
#footer { margin:0; padding:0; border-top:0px solid #424242; text-align:center; padding:1em 0 0em; clear:both;}
#footer li { display:inline; padding:0 .6em 0 1em; background:url(../images/black/vrType1.gif) no-repeat left center;}
#footer li.first-child { background:none;}
#footer li a { color:#818181; font:em malgun, "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; }
#footer li address { display:inline; }

/* Black Skin - End */

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
루피오 상황이 심각합니다. 다만들었는데 갑자기 수정도 안되고 새로 추가도 안되네요 [1] file 2009.02.12 by 느까끼
신준호296 [질문]사이트를 바탕화면 웹 하목에 추가하기!  
고미경 전자책처럼 클릭하면 다음장으로 넘어가기  
회복 제발 누가 좀 도와주세요~~~!!!! [2] 2009.02.12 by 느까끼
베르짱 제로보드 로딩레이어에 관한 질문이에요^^  
SM3 위젯에서 게시판 총게시물 갯수 구하기 [1] 2009.02.12 by 비나무
티비피플힙합 홈페이지 넓이가 늘어났습니다.  
심스 인덱스 게시판 질문입니다..;  
알고시포요ㅠ XE 처음 사용하는데요. [4] 2009.02.12 by 느까끼
최소영329 플래너 실행도 안되고 삭제도 안되요.(플래너 모듈(Planner) 0.3pl6 설치했는데) [3] 2009.02.12 by 최소영329
박토치 사랑비 프레임 나누는것 해결책이 있을까요? [2] 2009.02.12 by 라르게덴
김은경859 급초보질문~게시판정렬부탁드려요~..ㅜ.ㅜ [2] 2009.02.12 by 김은경859
SM3 게시판 설정에 있는 <목록 수>는 어떻게 접근을 하나요? [1] 2009.02.12 by SM3
박토치 사랑비 bgm 프레임을 나눌수가 없습니다. [4] 2009.02.12 by 박토치
홍웅표 저 잘 몰라서 그런데..... 이 에러 어떻게 해요?^^ [3] file 2009.02.12 by 홍웅표
최소영329 1.1.4에서 1.15로 설치하면 기존수정파일 바뀌나요? [1] 2009.02.12 by 궁금이2
jh2299 초보 홈페이지 제작중 [3] file 2009.02.12 by EveR™
김은경859 게시판가운데정렬~ 흑흑... [1] 2009.02.12 by EveR™
최소영329 권한이 없습니다. 폼 디자인 변경하고 싶습니다. [1] 2009.02.12 by 궁금이2
박노열 글쓰기 등록시 알림기능을 만들 수 있을가요? [7] 2009.02.11 by 박노열
건즈 복사한 페이지 수정하면 왜 원본까지 고쳐지죠?  
duple www 가 없어지고 로그인이 풀리는 증상 [1] 2009.02.11 by 지연아빠
zhahehtm 3 컬럼의 레이아웃 질문드립니다. [2] file 2009.02.11 by zhahehtm
earthhero.me 콘덴츠부분 페이지수정 틀이 깨지는 질문 [5] file 2009.02.11 by 연어훈제
s27678 완전 초보 도와주세요ㅠ [2] 2009.02.11 by s27678
사도짱 텍스트 크기를 고정 하는 방법 좀 알려주세요..?? [1] 2009.02.11 by 백성찬
유유자적 html + 플래시 [5] 2009.02.11 by 연어훈제
슈스케♡ 메인에 최근게시물 나오게 할때... [1] 2009.02.11 by 백성찬
윗홍 로그인 문제 때문에 골치아프네요 [8] 2009.02.11 by 지우빠
대전개발인2 꼭 답변드립니다. [1] 2009.02.11 by SM3