묻고답하기

아시는 분의 홈페이지를

제가 만들어 드리게 되었습니다.

그러다가 우연히 XE를 알았고,

그 매력이 흠뻑 도취해서

처음부터 차근차근 배워가며 홈페이지를 만들고 있습니다..

근데 문제는... 바로 레이아웃을 짜는 것인데

저는 face off를 이용해서 레이아웃을 만들어가고 있습니다.

사진을 보시면 알겠지만... 화면이 쩍쩍 벌어집니다..

제가 보기엔 아무리 봐도 코딩에 문제가 없는데

수정해보고 또 수정해봐도... 간격때문에

말썽이네요 ㅠ

header/extension e1 부분은 플래시 입니다.

수정 방법 알려주시면, 이번에 되면

꼭 도토리 10개 쏴드릴게요 좀 도와주세요 ㅠㅠ

---------layout.html의 코딩입니다.------------

<script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
<div id="xe" class="{$layout_info->faceoff_ini_config['type']} {$layout_info->faceoff_ini_config['align'+ '+ ']}">
    <div id="container" class="{$layout_info->faceoff_ini_config['column']}">
        <div id="header">
            <h1>
              <object id="top_swf" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="1000" height="86">
                <param name="movie" value="http://bukyoung.cafe24.com/zbxe/files/faceOff/114/flashs/top_fl.swf" />
                <param name="quality" value="high" />
                <param name="wmode" value="opaque" />
                <param name="swfversion" value="6.0.65.0" />
                <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
                <param name="expressinstall" value="Scripts/expressInstall.swf" />
                <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
                <!--[if !IE]>-->
                <object type="application/x-shockwave-flash" data="http://bukyoung.cafe24.com/zbxe/files/faceOff/114/flashs/top_fl.swf" width="1000" height="86">
                  <!--<![endif]-->
                  <param name="quality" value="high" />
                  <param name="wmode" value="opaque" />
                  <param name="swfversion" value="6.0.65.0" />
                  <param name="expressinstall" value="Scripts/expressInstall.swf" />
                  <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
                  <div>
                    <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
                    <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
                  </div>
                  <!--[if !IE]>-->
                </object>
                <!--<![endif]-->
              </object>
            </h1>
        </div>
        <hr />

        <div id="neck">
            <div class="extension neck">
            <!-- start-neck -->
            <img src="http://bukyoung.cafe24.com/zbxe/./files/faceOff/114/images/info_02.jpg" width="1000" height="158" />
            <!-- end-neck -->
            </div>
        </div>
        <hr />

        <div id="body">
            <div id="content">
            {$content}</div>
            <hr />
            <div class="extension e1">
                <!-- start-e1 -->
               <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="200" height="339">
                  <param name="movie" value="http://bukyoung.cafe24.com/zbxe/files/faceOff/114/flashs/m1.swf" />
                  <param name="quality" value="high" />
                  <param name="wmode" value="opaque" />
                  <param name="swfversion" value="6.0.65.0" />
                  <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don&rsquo;t want users to see the prompt. -->
                  <param name="expressinstall" value="Scripts/expressInstall.swf" />
                  <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
                  <!--[if !IE]>-->
                  <object type="application/x-shockwave-flash" data="http://bukyoung.cafe24.com/zbxe/files/faceOff/114/flashs/m1.swf" width="200" height="339">
                    <!--<![endif]-->
                    <param name="quality" value="high" />
                    <param name="wmode" value="opaque" />
                    <param name="swfversion" value="6.0.65.0" />
                    <param name="expressinstall" value="Scripts/expressInstall.swf" />
                    <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
                    <div>
                      <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
                      <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
                    </div>
                    <!--[if !IE]>-->
                  </object>
                  <!--<![endif]-->
              </object></div>
            <hr />
    </div>
        <hr />
        <div id="knee">
            <div class="extension knee">
            <!-- start-knee --><!-- end-knee -->
            </div>
        </div>
        <hr />
        <div id="footer">
            <hr />
            <address>
                <!--@if($layout_info->copyright_text)-->
                    {$layout_info->copyright_text}
                <!--@else-->
                    Copyright &copy; <a href="http://www.xpressengine.com" onclick="window.open(this.href);return false;"><abbr title="Xpress Engine">XE</abbr>.</a> All Rights Reserved.
                <!--@end-->
            </address>
        </div>
    </div>
</div>
<script type="text/javascript">
<!--
swfobject.registerObject("top_swf");
swfobject.registerObject("FlashID");
//-->
</script>
------------------faceoff.css의 코딩입니다.------------

body { background-color:#000000;background-image:url(./images/designback.jpg);background-repeat:repeat-x }
body a { font-family:Times New Roman; }
body a { color:#000000; }
#header { BORDER-LEFT-COLOR: transparent; BORDER-BOTTOM-COLOR: transparent; WIDTH: 1000px; COLOR: transparent; BORDER-TOP-COLOR: transparent; BACKGROUND-REPEAT: repeat; FONT-FAMILY: ; HEIGHT: 86px }
#header a { color:transparent; }
#footer { BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-LEFT-COLOR: rgb(0,0,0); BORDER-BOTTOM-WIDTH: 0px; BORDER-BOTTOM-COLOR: rgb(0,0,0); WIDTH: 1000px; COLOR: rgb(0,0,0); BORDER-TOP-COLOR: rgb(0,0,0); BACKGROUND-REPEAT: repeat; FONT-FAMILY: Times New Roman; BACKGROUND-COLOR: rgb(255,255,255); BORDER-RIGHT-WIDTH: 0px; BORDER-RIGHT-COLOR: rgb(0,0,0) }
#footer a { font-family:Times New Roman; }
#footer a { color:rgb(0,0,0); }
#neck { BORDER-LEFT-COLOR: transparent; BORDER-BOTTOM-COLOR: transparent; WIDTH: 1000px; COLOR: transparent; BORDER-TOP-COLOR: transparent; BACKGROUND-REPEAT: repeat; FONT-FAMILY: Times New Roman; HEIGHT: 158px; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: transparent }
#neck a { font-family:Times New Roman; }
#neck a { color:transparent; }
#body { BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-LEFT-COLOR: transparent; BORDER-BOTTOM-COLOR: transparent; WIDTH: 1000px; COLOR: transparent; BORDER-TOP-COLOR: transparent; BACKGROUND-REPEAT: repeat; FONT-FAMILY: Times New Roman; BACKGROUND-COLOR: #ffffff; BORDER-RIGHT-COLOR: transparent }
#body a { font-family:Times New Roman; }
#body a { color:transparent; }
#content { BORDER-TOP-WIDTH: 0px; MARGIN-TOP: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-LEFT-COLOR: transparent; BORDER-BOTTOM-COLOR: transparent; WIDTH: 1000px; COLOR: transparent; BORDER-TOP-COLOR: transparent; MARGIN-RIGHT: 0px; BACKGROUND-REPEAT: repeat; FONT-FAMILY: Times New Roman; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: transparent }
#content a { font-family:Times New Roman; }
#content a { color:transparent; }

 

 

마지막으로 이 레이아웃을 만들고 있는 페이지 주소...

http://bukyoung.cafe24.com/zbxe/?mid=cominfo

꼭좀 도와주세요 ㅠㅠ

-.jpg

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
록이™ 저좀 도와주세요 ㅠㅠ 문제가 해결되면 바로 도토리10개 쏴드릴게요~ file  
hiddentruth 프로젝트 만들려면?--[제발 답변좀 합시다] [3] 2009.08.12 by hiddentruth
야홍 1.2.4버젼에서의 어려운점 2가지  
꿈꾸는쑥 꼭 좀 부탁드려요, 게시판 테두리 문제...^^ [2] file 2009.08.12 by 꿈꾸는쑥
송지하 zbxe에서 xe로 업그레이드 [1] 2009.08.12 by NEARSTORY
러커 웹관련 질문입니다. 도와주세요~  
보납산 기본 레이아웃 화면 변경하려면... [1] 2009.08.12 by 백성찬
imdj 첨부파일 크기제한 올리려면 어떻게 하나요? [2] 2009.08.12 by imdj
새매 제목 표시줄 [2] file 2009.08.12 by 새매
김양원203 배너 사진이 엑박이예요.~ file  
Skyline920 최근 문서 출력시 뒤에 by who 나오게 하는 방법... [2] 2009.08.12 by Skyline920
레일맨 페이지 편집한 내용은 어디에 저장되나요?  
ㅍㅔㅇㅣㅍㅓ 첨부 파일 표시에서 특정 확장자 파일 표시 하지 않기 [1] 2009.08.12 by ㅍㅔㅇㅣㅍㅓ
skillmaker 소스편집하는 프로그램같은거;;ㄷ;  
Eris 화면 아래쪽에 주소 연락처 넣으려고하는데 안됩니다. [2] 2009.08.12 by Eris
오빠짱 게시판 스킨.. 본문 보기 이렇게 수정하려면 어렵겠쬬? [1] 2009.08.12 by 다스베이더
우리쌀 한글 출력하는 법~~~~ [1] 2009.08.12 by pianissimo
소박한꿈 XE 1.2.4 버전 첨부파일 오류좀 알려주세요~  
납짝이 파일첨부시 Error Code:HTTP Error, file name:abc.zip, Message :403 [1] file 2009.08.12 by 밀림의 왕자
고잉홈 색상코드의 영문 대/소문자는 구분없이 써도 괜찮은 건가요. [11] 2009.08.12 by 치천