묻고답하기

아시는 분의 홈페이지를

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

그러다가 우연히 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 남기남
YM플라톤 고수님 도와주세요 [1] file 2009.08.12 by puser
albaqook 제로보드 xe 로 홈페이지 두군데를 제작햇능데요..  
김가을 홈페이지 게시판에 문제가 생겼어요  
뗑뗑 content 위젯에서 섬네일 테두리 삽입... file  
땡땡 구원의 빛을.... ㅠ.ㅠ  
puser 버튼 수정은 어디서하는지요.... [2] 2009.08.12 by puser
hokahey 질문 두가지만 할께요...^^ [2] file 2009.08.12 by hokahey
~쭈우웅~ 레이아웃 편집 저장에 관한 것입니다. 꼭좀 알려주세요~~ file  
플라톤 고수님들 해결방법좀 ㅠ.ㅠ  
코코 댓글만 새창으로 뜨게 할수 없을까요?  
Deemer 로고 이미지의 위치를 조종 하고 싶습니다. [1] 2009.08.12 by 궁금이2
최기태 XE V2레이아웃에서요 사이트맵 정리요  
문양호 실명으로 게시판을 운영하고 싶은데...  
whitepepper 최근 이미지 위젯에서 이미지 클릭시 게시판으로 이동되는 것을 방지하려면.. [1] 2009.08.12 by 궁금이2
여연 인쇄버튼 클릭 후 복사방지를 막을 수 없을까요? [2] 2009.08.12 by 여연
서지혜 제로보브 사용자에게 정말 유용한 웹사이트!!  
복고열전 공식홈피 레이아웃에 밑부분.. [3] file 2009.08.12 by 찍사
물고기153마리 레이아웃 아랫부분에 내용넣는 방법 좀 알려주세요. [2] file 2009.08.12 by 찍사
한마디 제로님께서 좀 보시기 바랍니다. [1] file 2009.08.12 by HolyJohn
상오기 에디트 컴포넌트의 권한설정이 먹히질 않네요 ^^;