묻고답하기

레이아웃 다운받아 사용하여 홈페이지 만들려고 하는데 완전 초짜입니다.

우선 아래 왼쪽으로 되있는 홈페이지를 가운데로 정열하고 내용입력하는 박스를 위쪽으로 올리고 싶습니다.

꼭 좀 알려주세요 소스 아래 있습니다

홈페이지사진.jpg

 

 

 

 

 

<!-- js 파일 import -->
<!--%import("js/moonhouse.js")-->

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

<style type="text/css">
* { margin:0; padding:0; }
</style>

<!--@if($layout_info->scrollbar == "yes")-->
<style type="text/css">
  HTML { scrollbar-face-color:{$layout_info->scrollbar_color};
  scrollbar-shadow-color:gray;
  scrollbar-highlight-color:#f0f0f0;
  scrollbar-3dlight-color:#F0F0F0;
  scrollbar-darkshadow-color:#ffffff;
  scrollbar-track-color:#F0F0F0;
  scrollbar-arrow-color:#ffffff;
</style>
<!--@end-->

<!-- 배경이미지 설정 -->
<style>
<!--@if(!$layout_info->bg_img)-->
body { background:url(./layouts/mh_simple/images/page_bg.jpg) repeat-x #3A0404; }
<!--@else-->
body { background:url({$layout_info->bg_img}) {$layout_info->layout_bgimg_align} top {$layout_info->layout_bgimg_repeat} {$layout_info->bg_color} }
<!--@end-->
</style>
<!-- /배경이미지 설정 -->

<!--@if(!$layout_info->colorset)-->
  {@$layout_info->colorset = "simple"}
<!--@end-->
 
<!-- 메인이미지 설정 -->
<div id="wrapper" style=<!--@else-->"background:url({$layout_info->main_img}) no-repeat;"<!--@end--> />
<!-- /메인이미지 설정 -->
    <div id="none"></div>

 <!--logo-->
 <div id="logo"><a href="{$layout_info->index_url}">
 <!--@if(!$layout_info->logo_image)-->
   {$layout_info->logo_text}<!--@else--><img src="{$layout_info->logo_image}" alt="Logo" class="iePngFix" />
 <!--@end--></a></div>

 <!--img-->
 <ul id="img">
   <!--@if(!$layout_info->img_image)--><!--@else-->
     <img src="{$layout_info->img_image}" class="iePngFix" />
      <!--@end-->
 </ul>
 
 <!-- 로그인 위젯 -->
    <!--@if($layout_info->Login == "yes")-->
   <ul id="logoin">
     <img class="zbxe_widget_output" widget="login_info" skin="nuri_simple_login_garo" colorset="col_000" />
      </ul>
 <!--@end-->
 
    <!--GNB-->
    <ul id="gnb">
      <!-- main_menu 1차 시작 -->
        {@$gnb_count = 0;}
        <!--@foreach($main_menu->list as $key => $val)--><!--@if($val['link'])-->
          <!--@if($val['selected'])-->
            {@ $menu_1st = $val }
          <!--@end-->
          <li id="gnbli{$gnb_count}" <!--@if($val['selected'])-->class="on"<!--@end--> onmouseover="gnbinToggle({$gnb_count}, this)" ><a href="{$val['href']}" onfocus="this.blur()" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$val['link']}</a></li>{@$gnb_count++;}
        <!--@end--><!--@end-->
      <!-- main_menu 1차 끝 -->
    </ul>
    <!--//GNB-->

    <script type="text/javascript">
      var gnb_count = {$gnb_count};
    </script>

    <!-- 2차 메뉴 -->
      {@$gnb_count = 0;}
      <!--@foreach($main_menu->list as $mkey => $mval)-->
        <!--@if($mval['text'])-->
          <!-- 왼쪽 2차 메뉴 -->
          <!--@if($mval['selected'])-->
            <ol id="gnb{$gnb_count}" class="gnb_sub" style="display:block;">
              <!--@if(!$mval['list'])--><li></li><!--@end-->
              <!--@foreach($mval['list'] as $key => $val)--><!--@if($val['text'])-->
                <li <!--@if($val['+ 'selected'])-->class="on"<!--@end-->><a href="{$val['href']}" onfocus="this.blur();" <!--@if($val['open_window']=='+ 'Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$val['text']}</a>
    </li>
      <!--@end--><!--@end-->
            </ol>
    <script type="text/javascript">
      var gnb_count_now = {$gnb_count};
      reset_menu();
    </script>
    <!--@else-->
      <ol id="gnb{$gnb_count}" class="gnb_sub" style="display:none;">
    <!--@if(!$mval['list'])--><li></li><!--@end-->
      <!--@foreach($mval['list'] as $key => $val)--><!--@if($val['text'])-->
        <li><a href="{$val['href']}" onfocus="this.blur();" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$val['text']}</a>
        </li>
    <!--@end--><!--@end-->
      </ol>
    <!--@end-->
      {@$gnb_count++;}
    <!--@end--><!--@end-->

  
        <!-- 공지 위젯 시작-->

        <!--/ 공지 위젯 끝-->
      </div>
    </div>

    <!-- 본문 -->
    <div id="content">
   <div id="body" style=<!--@if(!$layout_info->body_color)-->"background-color:#901315;"<!--@else-->"background-color:{$layout_info->body_color};"<!--@end--> />
      {$content}
        <div class="clear"> 
   </div> 
    </div>
    <!-- // 본문 끝 -->
   
    <!-- 우측메뉴 -->

    <!--@if($layout_info->colorset == "normal")-->
   <div id="rightColumn">
  
   <!-- 우측서브메뉴 -->
   <!--@if($menu_1st['list'])-->
   <div id="lnb_top"> </div>

     <ol id="lnb">
          <li><div id="subtitle">{$menu_1st['text']}</div></li>

      {@ $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>
   <div id="lnb_btom"><img src="images/none.gif" /> </div>
   <!--@else--><!--@end-->
   <!-- /우측서브메뉴 -->

        <div class="title_r">Widgets</div>
          <div class="rightDiv">
            <!-- 이곳에 위젯삽입 하세요-->


        
   <!-- // 위젯삽입 끝 -->
          </div>
     </div><!--@else-->
   <!--@end-->

    <!-- // 우측메뉴 끝 -->

 <!-- 바닥 -->
 <div id="bottom">
      <ul class="b_menu">
        <!--@foreach($bottom_menu->list as $key => $val)--><!--@if($val['link'])-->
          <!--@if($val['selected'+ '])-->
            {@ $menu_1st = $val }
          <!--@end-->

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

        <!--@endif--><!--@endforeach-->
  <!--@if($logged_info)-->
    <a href="{getUrl('act','dispMemberLogout')}">Logout</a>
       | <a href="{geturl('act','dispMemberInfo')}">MyInfo</a>   
    <!--@else-->
    <a href="{getUrl('act','dispMemberLoginForm')}">Login</a>
       | <a href="{getUrl('act','dispMemberSignUpForm')}">Join</a>
  <!--@end-->

     <!--@if($logged_info->is_admin=="Y")-->

       | <a href="{getUrl('act','dispLayoutAdminEdit','layout_srl',$layout_info->layout_srl)}">Edit</a>
       | <a href="{getUrl('act','dispLayoutAdminModify','+ 'layout_srl',$layout_info->layout_srl)}">Modify</a>
       | <a href="{getUrl(','module','admin')}" " onclick="window.open(this.href); return false;">Admin</a>
    <!--@else-->
       | <a href="javascript_:bookmarksite('{$layout_info->fa}', '{$layout_info->index_url}')">Bookmark</a>
  <!--@end-->
       | <a href="{getUrl(','module','layout','act','dispLayoutInfo','selected_layout','mh_simple')}" onclick="popopen(this.href,'+ 'layoutSkinInfo'); return false;"><img src="images/buttonHelp.gif" alt="Skin Info" width="13" height="13"/></a>
      </ul>

      <ul class="footer" >       
        <!--@if(!$layout_info->copyright)--><!--@else-->{$layout_info->copyright} / <!--@end-->
      </ul>
     
   <ul class="b_text">
        <!--@if(!$layout_info->b_text1)--><!--@else-->{$layout_info->b_text1}<!--@end--><br />
        <!--@if(!$layout_info->b_text2)--><!--@else-->{$layout_info->b_text2}<!--@end-->
      </ul>
    </div>
 <!-- // 바닥 끝 -->

  </div>
</div>

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
진짜윤수철 xe가 설치된 루트 디렉도리를 알수 있는 방법 [1] 2009.10.29 by 백성찬
에픽하이, mapthesoul.com 여기도  
ByeolSatang 웹진형태로 볼때 이미지가 오른쪽에 나오네요 [1] 2009.10.29 by 백성찬
죽암 apm 써버를 설치는 하였으나(XpressEngin 1.2.4} 에서 [1] 2009.10.29 by 하늘03
초등학생5학년 [급함] 페이지수정에서 내용이 지워지지 않아요. [1] 2009.10.29 by 초등학생5학년
피터팬날다 왼쪽상단로고이미지 인터넷접속첫화면에서만 보이지 않아요? [1] 2009.10.29 by 백성찬
빽상 ''check_attack'' is undefined =>의 오류가 나오면 어디가 문제인건가요?  
홍현기506 게시판 생성 질문 [2] 2009.10.29 by 초등학생5학년
unusual 외부페이지 세션의 유지에 대해 가르침 좀 주세요  
핑크 공주 sql만으로 xml을 만들 수 있나요? [1] 2009.10.29 by lattente
김종원518 이미지 출력 [2] 2009.10.29 by 초등학생5학년
도쿄에나나 포털 검색창에 홈페이지명치면 바로 보이게 어떻게 하죠? [1] file 2009.10.29 by 초등학생5학년
lullulalla XE뿐아니라 홈페이지제작도 완전초보에요, 도와주세요 ㅠㅠ [2] file 2009.10.29 by kity1221
daniel_kim iframe을 사용하고있는데요. 1.2.4로 업데이트후 오류발생.(긴급) [2] 2009.10.29 by daniel_kim
소 울 우유팩 아이콘 있으신 분 ㅠㅠ [1] file 2009.10.29 by fenriz
chengzi 어떻게하면 .htaccess 문서를 업로드 할 수 있는지요? 부탁드립니다. [2] 2009.10.29 by chengzi
정철호172 xe 1.2.4에서 상단1차 메뉴 밑에 2차메뉴가 나오게 하는방법 [1] 2009.10.29 by ememo
도봉인포 RSS 출력시 날짜가... [1] file 2009.10.29 by fenriz
치즈도둑 xe_banner 질문 드려요 [1] 2009.10.29 by ememo
임재희213 요청하신 모듈을 찾을 수 없습니다. 라고 나오면서 관리자 로그인... [1] file 2009.10.29 by 휘즈