묻고답하기

질문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 남기남
zartin 게시판에 이미지를 올리때 가운데로 오게 할수는 없나요? [1] 2011.05.26 by 송동우
the자루.com 삭제한 페이지가 계속 나오는경우 어떻게 지우나요~~ [1] 2011.05.26 by 송동우
영무니 레이아웃이 메인페이지에 적용 안됩니다. [3] 2011.05.26 by 송동우
날마다좋은날 기본 카운터 애드온스킨이 원활하지 못한데.....  
krgamer 닉네임클릭시 나오는 팝업내용은 어디를 수정해야하나요? [1] 2011.05.26 by 용이132
GhostX 상담게시판 질문입니다.(sejin7840님 스킨) [3] 2011.05.26 by 송동우
송지욱745 레이아웃 스킨을 만들고 싶은데 ㅠㅠ [1] 2011.05.26 by ForHanbi
린파일 2기가 이상 대용량 파일이 첨부가 안되요..~ 해결좀 ㅠ [2] 2011.05.26 by 린파일
myungokhun 게시판의 화면보기 페이지 연결은 어떻게 하는지.. [1] 2011.05.27 by 시골천사2
농개 게시판 글을 삭제하지 못하도록 하는 기능은 없을까요? [1] 2011.05.27 by 공듀
daeric 관리자모드 회원목록 리스트에서 핸드폰리스트 출력하는 방법? [1] 2011.05.27 by 송동우
choi924 XE에서 dewplayer로 mp3 재생을 어떻게 하면 되나요?  
크루나 요청하신 모듈을 찾을 수 없습니다...ㅜ도움부탁드립니다, [1] 2011.05.27 by 송동우
크리스web xe1.3에서 최신버전 xe1.4.5로 업그레이드? [1] 2011.05.27 by 송동우
준돌이 포럼형 게시판 질문드려요^^  
dasoni09 msg-modules-not-exist /게시판 설치가 안됩니다. [1] 2011.05.27 by 송동우
이용호866 제로보드4에서 XE로 데이터 이전관련 문의 [1] 2011.05.27 by 송동우
myungokhun 게시판 보기 화면을 수정 하고 싶습니다. [1] 2011.05.27 by 송동우
dasoni09 모듈에서 동작에 붉은 글씨가 안 뜹니다. [1] 2011.05.27 by 송동우
박자경704 확장변수 수정 질문드립니다 ㅠㅠ  
zartin 조회수가 안올라가요? [2] 2011.05.27 by zartin
영원과하루 비회원의 글쓴이, 비밀번호 폼 표시를 수정하고 싶습니다. [3] 2011.05.27 by 송동우
GhostX 비회원 정보관련 질문드립니다. [2] 2011.05.27 by GhostX
성아니 최근 문서 출력 [위젯]의 내용이 나오지 않습니다. [1] 2011.05.27 by 송동우
우리아기 xe 모바일웹에서 화면 확대및 축소를 못하게 하고 싶습니다.  
예스사이트 첫화면에 최근게시물 적용 후 css안먹히는거 같은데요. 적용하는방법좀 ... [1] 2011.05.27 by 송동우
BIOTHZ 404 오류 해결방법 ㅠㅠ [1] 2011.05.27 by Marley
시골천사2 로그인화면 [1] 2011.05.27 by Marley
Marley 메뉴 이름 클릭시 펼쳐지는 메뉴 수정법 [1] 2011.05.27 by 송동우
예스사이트 xe 관리자화면에서 레이아웃에서 하단매뉴가 안나옵니다. [2] 2011.05.27 by Marley