묻고답하기



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 남기남
이현준911 ShopXE 장바구니 ㅠㅠ [1] 2011.01.19 by 쿤.
월잉 게시판 여백을 주고 싶어요.  
노길문 웹진게지판 [1] 2011.01.19 by 노길문
쿨키드 select box 가운데 정렬 시키는 방법좀 알려주세요  
Muhani textyle 메인이미지가 안보입니다. file  
다루리 이악성코드 한개씩 코드 다 수정해야되는 건가요??  
구라남편 질문 드립니다.세로형 컨텐츠  
말라랑칼물렁컹이 외부로그인 형식으로 만들었는데.. 로그인 할때 로그인 전 페이지로 바로 이동..  
Spes http://가 아닌 https://로 연결지정되며 문제가 생깁니다. [2] 2011.01.19 by 똑디
조호상 게시판에 웹진형태에서 요약을 하면 엔터키가 안먹혀서 나오는데요  
유비플랜 모바일 페이지 카운터 적용  
이윤교168 이게 무슨 뜻이죠? [1] 2011.01.19 by 똑디
월잉 제로보드 설치 오류 ㅠ 도와주세요 [1] 2011.01.19 by 똑디
엉알바당 회원가입시 [1] 2011.01.19 by 똑디
Spes 연결 URL이 인터넷상에서 안바뀝니다. [1] 2011.01.19 by 똑디
청주개신동 <비밀글 입니다> 입력버튼 수정좀 가르쳐주세요.  
ibasic xe_official_v2 레이아웃에 관한 질문입니다.  
binbyz 커뮤니티를 하 나더 만들고 싶은데 [1] 2011.01.19 by JaeKie
손주사랑 최신버전후 html이 깨집니다... [1] 2011.01.19 by reon
gksdkf 로그인시 로그아웃으로.. [1] 2011.01.18 by reon