묻고답하기

레이아웃 다운받아 여기 (http://www.weal.co.kr/) 까지했는데 3가지만 꼭 알려주세요.

 

1. 처음 홈페이지 들어갈때 왼쪽 상단의 저의 회사로고가 x표시되요. 로고 위치나 home마우스 클릭하면 다시 생기고요.

    이건 어떻게 해결하죠?

 

2. 홈페이지 보시면 아시다시피 폭이 작습니다. 원본 레이아웃은 오른쪽에 추가 메뉴가 있는데 필요없어서 지웠더니 너무 작아보입니다. 본문 메이지를 넖히고 싶어요.

 

3. 마지막으로 본문이 왼쪽으로 되어있는데. 가운데로 오게 하고 싶어요.

 

꼭좀 부탁드립니다. 설명이 어려우시면 직접 해주셔도 됩니다. 사례하겠습니다.

 

html

 

<!-- 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=<"background:url({$layout_info->main_img)>!--@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" />
 <   <!--@if(!$layout_info->img_image)--><!--@else-->
     <img src="{$layout_info->img_image}" class="iePngFix" />
      <!--@end-->
 </ul>
  <!-- 본문 -->
    <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->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;"<

  • onclick="window.open(this.href);return">!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@if($val['selected'])--><!--@end--><a href="{$val['href']}" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<{$layout_info->copyright">!--@if(!$layout_info->copyright)--><!--@else-->{$layout_info->copyright} / <!--@end-->
          </ul>
         
       <ul class="b_text">
            <b_text2)-->{$layout_info->b_text2}
    글쓴이 제목 최종 글
    XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
    sbshs77 제가 만들고 싶은 모듈이 있는데 방법좀 문의해봅니다. file  
    latert 게시판모듈과 마이그레이션툴에 질문드립니다  
    파파민 방명록 최근게시물(?) 제목 글 수 변경하기? [1] file 2010.02.13 by 파파민
    주택바가지 제 메인홈페이지에 로그인, 회원가입 창 달고싶은데 모르겠어요 [1] 2010.02.13 by 때린데 또때려
    노력최선 faceoff로 레이아웃 구성시에 질문드립니다 [1] 2010.02.13
    총총총끼싸 데이터 이전 자료  
    데미안k 게시판 번호 이런식으로 어떻게 변경하나요? 스샷첨부 [1] file 2010.02.13 by nabul2
    산골아찌 카운터에 오늘가입한 회원수 어제가입한 회원수 전체회원수 출력  
    -욱이 사랑비 설치 관련해서 [1] 2010.02.13 by Gekkou
    왜만지냐 위젯에 대상모듈추가말고 임의의값 추가할수 있나요?? [2] file 2010.02.13 by 푸하라
    hwang1808 고수님들 간단한거 3가지만 알려주세요~~~부탁이에요 [2] 2010.02.13 by 팔공산
    눈물많은OrOi 특정 멥버의 로그인 후 url 바로가기  
    grabyss 방명록 생성 [1] 2010.02.13 by 마로.
    비니폴 외부페이지에 외부페이지 링크하는 방법 [1] 2010.02.13 by 마로.
    pionavy Filezilla 전송실패 [1] 2010.02.13 by 현원
    멀루할까 홈제작용 이미지 업로드시 [1] 2010.02.13 by So_BLuE
    gi yu 현의 느낌 님께, index.php 만들기에 대해서... [1] 2010.02.13 by So_BLuE
    꿈깨 페이지에 내용을 추가하고 저장하면, 초기화가 되어버립니다. [1] 2010.02.13 by 현의느낌
    비밀얌 Rewrite mod 가 안되요 왜 그럴까요? [1] 2010.02.13 by 현의느낌
    길길이 파일첨부에 대한 정확한 해결책이 없나요?? [1] 2010.02.13 by 현의느낌
    madiu 이거 이상하네요 ~ [1] 2010.02.13 by 현의느낌
    주택바가지 제로보드 게시판을 제 홈페이지에 삽입할 때 막히는 부분이 있어요ㅠㅠ [1] file 2010.02.12 by 현의느낌
    이즈센 Putty로 디렉토리(?)를 옮길 수 없어요. [1] 2010.02.12 by 현의느낌
    So_BLuE 페이지에서 링크 밑줄 지우기 [2] 2010.02.12 by 휘즈
    zeromania 최근 이미지 위젯에서 사용할 이미지는 어디에 업로드합니까? [1] 2010.02.12 by chohee
    전형철587 비회원 글쓰기 오류입니다. [2] 2010.02.12 by chohee
    길길이 업그레이드 [1] 2010.02.12 by Gekkou
    jmx pdf 파일 익스플로러에 바로 출력 가능한가요? [1] 2010.02.12 by 백성찬
    신희2 textyle 최근게시물 출력하는법!! [1] 2010.02.12 by 백성찬
    제론 아래의 작업을 어떻게 하는 지 가르쳐주세요 [2] file 2010.02.12 by 마로.