묻고답하기

질문1.
아래 그림에서 빨강색으로 동그라미 친 부분을 지우고 싶습니다.
특별한 기능이 없는 것 같아 Logo.gif 파일을 확장하여 전체를 채우고 싶은데....
레이아웃의 어느 부분을 제거해야 할까요?

질문2.
만일 빨강색으로 동그라미 친 부분에 윗젯 프로그램을 넣고자 한다면 어느 위치에
<img class="zbxe_widget_output"-----
문장을 넣어야 하나요?

초보자 프로그램 언어를 전혀 모릅니다.
고수님들의 덕분에 홈페이지를 만들었습니다만 모르는 것이 너무 많아
계속 신세를 지고 있습니다.



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

<!-- 레이아웃과 연동될 css 파일 import -->
<!--@if($layout_info->colorset == "spring")-->
    <!--%import("css/spring.css")-->
<!--@elseif($layout_info->colorset == "summer")-->
    <!--%import("css/summer.css")-->
<!--@elseif($layout_info->colorset == "autumn")-->
    <!--%import("css/autumn.css")-->
<!--@elseif($layout_info->colorset == "winter")-->
    <!--%import("css/winter.css")-->
<!--@else-->
    <!--%import("css/default.css")-->
<!--@end-->

<!--@if($layout_info->background_image)-->
<style type="text/css">
    body {background:#FFFFFF url({getUrl()}{$layout_info->background_image}) repeat-x left top; }
</style>
<!--@end-->

<!--@if(!$layout_info->colorset)-->
 {@$layout_info->colorset = "default"}
<!--@end-->

<div id="bodyWrap">
 <div id="header">
  <h1><a href="{$layout_info->index_url}"><!--@if(!$layout_info->logo_image)-->
    <img src="./images/{$layout_info->colorset}/Logo.gif" alt="logo" class="iePngFix" /><!--@else-->
     <img src="{$layout_info->logo_image}" alt="logo" border="0" class="iePngFix" /><!--@end--></a></h1>
      <div id="language">
      <strong title="{$lang_type}">{$lang_supported[$lang_type]}</strong>
       <a href="#selectLang" onclick="showHide('selectLang');return false;">
        <img src="./images/{$layout_info->colorset}/buttonLang.gif" alt="Select Language" width="87" height="15" /></a>
     <ul id="selectLang">
          <!--@foreach($lang_supported as $key => $val)--><!--@if($key!= $lang_type)-->
        <li><a href="#" onclick="doChangeLangType('+ '+ '{$key}');return false;">{$val}</a></li>
                <!--@end--><!--@end-->
     </ul>
    </div>

   <!--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'])-->
         <!--@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-->

  <form action="{getUrl()}" method="post" id="isSearch">
            <input type="hidden" name="mid" value="{$mid}" />
            <input type="hidden" name="act" value="IS" />
            <input type="hidden" name="search_target" value="title_content" />
   <input name="is_keyword" type="text" class="inputText" title="keyword" />

   <input type="image" src="./images/{$layout_info->colorset}/buttonSearch.gif" alt="{$lang->cmd_search}" class="submit" />
  </form>
 </div>
 
 <div id="contentBody">
  <div id="columnLeft">

<!-- 로그인 위젯 -->
   <img src="./images/blank.gif" class="zbxe_widget_output" widget="login_info" skin="xe_sunoo_log" colorset="{$layout_info->colorset}" />
     <br>
 <img class="zbxe_widget_output" widget="music24_kr_clock" skin="analog10" clock_width="170" clock_height="170" />
<img class="zbxe_widget_output" widget="calendar" skin="blog_calendar_grimbox" />

 <img class="zbxe_widget_output" widget="counter_status" skin="nuri_pastel_counter2" />
  
<!-- 왼쪽 2차 메뉴 -->
          <!--@if($menu_1st)-->
  <div id="lnbWrap">
    <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-->
      title="{$val['link']}">{$val['link']}</a>

<!-- main_menu 3차 시작 -->
     <!--@if($val['list'] && ($val['expand']=='Y'||$val['selected']) )-->
     <ul style="display:block;">
      <!--@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--> title="{$val['link']}">{$v['link']}</a></li>

      <!--@end--><!--@end-->
     </ul>
     <!--@end-->
     </li>
     {@$idx++}
     <!--@end--><!--@end-->
    </ol>
  </div>
   <!--@end-->
   </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/{$layout_info->colorset}/powerdByZeroboard.gif" alt="Powered By ZeroBoard" width="106" 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

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
베베베 페이지 수정에서 위젯 수정 시 없는 페이지 출력  
miso777 뉴스박스 소스 설치경로.? [2] file 2009.02.13 by miso777
심스 첨부파일 선택적으로 다운로드 방법은??  
소리없이 파일 업로드 에러 [1] 2009.02.13 by 띵야
오순도순 파일첨부 [1] 2009.02.13 by 소리없이
최미영396 Query ID 값 오류, 기존 게시판에 있는 분류에서, 분류를 더 추가 하는데 오류...  
조용현596 서버이전시 XE 새로 설정해야하나요? [3] 2009.02.13 by 베르짱
심돌이 탭 형식 최근게시물 중 최신글 앞에 오게 하기 [2] 2009.02.13 by 심돌이
강이 쪽지보내기 문의 [1] 2009.02.13 by akumu
sky 레이아웃  
듀리짱 스킨에 대한 질문입니다. [3] file 2009.02.13 by 듀리짱
park moo hee HTTP error(403)을 해결해 주세요.. [8] file 2020.03.15 by 연어훈제
박소현112 혹시 카폐24에서는 XE가 설치가 안되나요? [5] 2009.02.13 by dxzc
뽀칠이 [해결]특정게시판 "분류값 필수" 입력 사용하기 [3] 2009.06.01 by fzdg
우유가짱 face off 사용중입니다. 위젯수정문의.. [1] 2009.02.12 by 비나무
2121 이건 어떻게 하는거죠? [1] 2009.02.12 by 우유가짱
chempia 사진 첨부 문제 - "웹페이지를 표시할 수 없음" [6] file 2009.02.12 by 백성찬
youdw 계정 홈에 제로보드xe설치할 때 퍼미션 불가능 [16] 2009.02.12 by youdw
영남뉴스 1.1.5 기존 1.0.6이랑 충돌 생기는 건가요? [1] 2009.02.12 by 백성찬
박귀붕 출처 남기는 게시판 [1] file 2009.02.12 by 비나무
뮤랑이 메뉴가 밀려나요! [1] 2009.02.12 by 뮤랑이
지갱 최근이미지 뽑아낼때, 가로 세로 1개 이상은 못 가져와요. (페이지에 오류) [2] file 2009.02.12 by 지갱
영남뉴스 1.1.5 로업데이트 하구나니 게시판 분류관리가.. [1] 2009.02.12 by 영남뉴스
종소리 몇몇 위젯에서 대상모듈이 조회가 안됩니다. [5] file 2009.02.12 by 종소리
Aloneann 제로보드관련은 아니지만..도메인.호스팅.. 질문 [3] 2009.02.12 by ㅡㅢ
제보공부중 댓글에 대한 답글작성시 "알림" 채크을 기본값으로 설정 [2] 2009.02.12 by 제보공부중
안성민 페이지 설정후 글자 겹침 [1] file 2009.02.12 by 出会い系サイト
XwE 게시판 설정에서 비밀글 기능 사용 체크하고 등록을 누르면 이미 같은 모듈 이름이 있다고 하네요.  
N.com 레이아웃 파일 퍼가는거 막는 방법 없을까요?  
최소영329 게시판HTML편집기로 마우스 올리면 셀 색상 변하기가 안되는 이유?