묻고답하기

레이아웃 다운받아 여기 (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 남기남
    awakes 회원 가입 폼 문의입니다  
    tivrusky 최근게시물 위젯을 플래시로 구현가능한가요?  
    평미인 익스플로 6에서 레이아웃 문제 입니다  
    주택바가지 로그인 홈페이지에 다는 거 시키는대로 했는데 화면이 안떠요 [1] file 2010.02.13 by Gekkou
    헬메이커 jQuery를 사용하여 최근글 불러오기를 만들었는데 [2] 2010.02.13 by 헬메이커
    주택바가지 로그인 홈페이지에 달 때요 [1] 2010.02.13 by Gekkou
    이태배기 데이트베이스열기와 불러오기  
    -욱이 이거가 제 사랑비인데 .. [2] 2010.02.13 by Gekkou
    Nothing 개인서버 운영할때 주소창에 대한 질문입니다. [1] 2010.02.13 by 백성찬
    -욱이 사랑비를 설치했는데 노래가 안나와요 ㅠ [1] 2010.02.13 by 감로수
    안단테80 게시판 리스트에서 덧글 부분을 찐하게 하려면 ... [1] 2010.02.13 by philos
    부리더 [CSS] 호환모드에서 2차메뉴의 표시 오류 file  
    헬메이커 데이터 이전 후 댓글 순서 문제 file  
    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