묻고답하기

보통 서브 페이지에 include문 써서 연결하면 테이블 외부 배경 설정이 잘 먹는데요

제로보드에 헤드, 푸터로 연결하면 도무지 배경 화면이 아예 하얗게 나오거나

설정한 색이 아닌 이상한 색으로 나오거든요. 왜그런지 알 수 있을 까요^^;

------------------------------------------------------------------------------------------------------
header.htm 소스
------------------------------------------------------------------------------------------------------

<?
   $_zb_url = "http://sm2itc.cafe24.com/bbs/";
   $_zb_path = "/home/hosting_users/sm2itc/www/bbs/";
   include $_zb_path."outlogin.php";
?>
        
<HTML>
<HEAD>
<TITLE>무제-111</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=euc-kr">
</HEAD>
<BODY bgcolor="#A9B865" background="images/bg.gif" LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0

MARGINHEIGHT=0>
<TABLE WIDTH=728 BORDER=0 CELLPADDING=0 CELLSPACING=0>
        <TR>
                <TD COLSPAN=3>
            <p><IMG SRC="/images/untitled2_01.gif" WIDTH=728 HEIGHT=115 ALT="" border="0"

usemap="#ImageMap1"></p>
</TD>
        </TR>
        <TR>
                <TD width="32" background="/images/untitled2_02.gif">
                         </TD>
                <TD background="/images/untitled2_03.gif" width="670">
            <p align="center">









---------------------------------------------------------------------------------------------------
footer.htm 소스
---------------------------------------------------------------------------------------------------
</p>
</TD>
                <TD width="26" background="/images/untitled2_04.gif">
                         </TD>
        </TR>
        <TR>
                <TD>
                        <IMG SRC="/images/untitled2_05.gif" WIDTH=32 HEIGHT=32

ALT=""></TD>
                <TD height="32" background="/images/untitled2_06.gif">
                         </TD>
                <TD background="/images/untitled2_07.gif">
                         </TD>
        </TR>
</TABLE>
<p></p>
<map name="ImageMap1">
<area shape="rect" coords="23, 96, 57, 108" href="http://sm2itc.cafe24.com/main01.htm">
<area shape="rect" coords="70, 96, 92, 107"

href="http://sm2itc.cafe24.com/bbs/zboard.php?id=as">
<area shape="rect" coords="106, 97, 130, 106"

href="http://sm2itc.cafe24.com/bbs/zboard.php?id=text">
<area shape="rect" coords="141, 95, 175, 107"

href="http://sm2itc.cafe24.com/bbs/zboard.php?id=board">
<area shape="rect" coords="188, 97, 214, 108"

href="http://sm2itc.cafe24.com/bbs/zboard.php?id=qna">
<area shape="rect" coords="226, 96, 257, 108" href="http://sm2itc.cafe24.com/link.htm">
<area shape="rect" coords="269, 95, 307, 108"

href="http://sm2itc.cafe24.com/bbs/zboard.php?id=master">
</map></BODY>
</HTML>



http://sm2itc.cafe24.com/bbs/zboard.php?id=etst2
이게 그 테스트 게시판 주소고요.