묻고답하기

사실 미리내계정에서 무료 템플릿 받아서 약간의 소스만 수정하던중에

http://79percents.com/
 
Home이랑 Chat 메뉴 빼고 모두 게시판에 떡하니 커져서(?)
원래 오른쪽 옆에 있어야할메뉴가 밑으로 내려가버리네요ㅠㅠㅠㅠ


근데 이런 홈페이지는 정말 처음해봐서 어디가 잘못되었고 또 어딜 잘못 건드렸는지 자체를 모르겠어요ㅠㅠㅠ

그래서 일단 제가 계속 만지작 거렸던 파일들 소스들을 올릴께요. 어디가 잘못되어있는지 제발 알려주세요ㅠㅠㅠㅠㅠ


*mirenee_index.html
<?
include "./m_connect.php";
   include $_zb_path."outlogin.php";
?>
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<script language="JavaScript">
<!--
function na_open_window(name, url, left, top, width, height, toolbar, menubar, statusbar, scrollbar, resizable)
{
  toolbar_str = toolbar ? 'yes' : 'no';
  menubar_str = menubar ? 'yes' : 'no';
  statusbar_str = statusbar ? 'yes' : 'no';
  scrollbar_str = scrollbar ? 'yes' : 'no';
  resizable_str = resizable ? 'yes' : 'no';
  window.open(url, name, 'left='+left+',top='+top+',width='+width+',height='+height+',toolbar='+toolbar_str+',menubar='+menubar_str+',status='+statusbar_str+',scrollbars='+scrollbar_str+',resizable='+resizable_str);
}

// -->
</script>
</head>

<body topmargin="0" leftmargin="0" marginwidth="0" marginheight="0" background="main_bg.jpg">

<table border="0" cellpadding="0" cellspacing="0" width="893">
    <tr>
        <td width="723" height="430" align="left" valign="top">
            <table border="1" cellpadding="4" cellspacing="0" bordercolor="#CCCCCC" bordercolordark="white" bordercolorlight="#CCCCCC">
                <tr>
                    <td width="541">
                        <p><img src="images_m/main_top.jpg" width="711" height="203" border="0"></p>
                    </td>
                </tr>
                <tr>
                    <td width="711" bgcolor="white"><br>
                    <? print_bbs("wawa/notice", "공지사항", "notice", 1, 100)?>
      <? print_bbs("wawa/board", "갤러리", "work", 5, 30)?>
      <? print_bbs("wawa/board", "자유게시판", "board", 5, 30)?>
     
     
                    </td>
                </tr>
            </table>
        </td>
        <td width="170" height="645" align="left" valign="top" bgcolor="white">
           

            <table border="0" cellpadding="0" cellspacing="0" width="170">
                <tr>
                    <td width="170" height="213" align="center" valign="middle">
                      <? print_outlogin('poi_green','1','10') ?>


                    </td>
                </tr>
                <tr>
                    <td width="170" align="left" valign="top">
                        <a href="/"><img src="images_m/menu1.jpg" width="110" height="26" border="0"></a><br>
     <a href="zboard.php?id=profile"><img src="images_m/menu2.jpg" width="110" height="26" border="0"></a><br>
     <a href="zboard.php?id=work"><img src="images_m/menu3.jpg" width="110" height="26" border="0"></a><br>
     <a href="zboard.php?id=board"><img src="images_m/menu4.jpg" width="110" height="26" border="0"></a><br>
     <a href="zboard.php?id=memo"><img src="images_m/menu5.jpg" width="110" height="26" border="0"></a><br>
     <a href="javascript:na_open_window('chat', 'http://79percents.com/bbs/chat.htm', 0, 0, 700, 500, 0, 0, 0, 0, 0)"><img src="images_m/menu6.jpg" width="110" height="26" border="0"></a><br>
     <a href="zboard.php?id=link"><img src="images_m/menu7.jpg" width="110" height="26" border="0"></a><br>
    
                    </td>
                </tr>
            </table>
        </td>
    </tr>
</table><br><br><br>

</body>

</html>




*mirenee_head.html

<?
include "./m_connect.php";
   include $_zb_path."outlogin.php";
?>
<html>

<head>

</head>

<body topmargin="0" leftmargin="0" marginwidth="0" marginheight="0" background="main_bg.jpg">

<table border="0" cellpadding="0" cellspacing="0" width="893">
    <tr>
        <td width="723" height="430" align="left" valign="top">
            <table border="1" cellpadding="4" cellspacing="0" bordercolor="#CCCCCC" bordercolordark="white" bordercolorlight="#CCCCCC">
                <tr>
                    <td width="541">
                        <p><img src="images_m/main_top.jpg" width="711" height="203" border="0"></p>
                    </td>
                </tr>
                <tr>
                    <td width="711" bgcolor="white">

 

<!-- 이 페이지를 편집하신 경우 이부분 아래 소스는 모두 지워 주시기 바랍니다  -->
                    </td>
                </tr>
            </table>
        </td>
    </tr>
</table>




*mirenee_foot.html

<script language="JavaScript">
<!--
function na_open_window(name, url, left, top, width, height, toolbar, menubar, statusbar, scrollbar, resizable)
{
  toolbar_str = toolbar ? 'yes' : 'no';
  menubar_str = menubar ? 'yes' : 'no';
  statusbar_str = statusbar ? 'yes'+ '+ ' : 'no';
  scrollbar_str = scrollbar ? 'yes' : 'no'+ ';
  resizable_str = resizable ? 'yes' : 'no';
  window.open(url, name, 'left='+left+',top='+top+',width='+width+'+ ',height='+height+',toolbar='+toolbar_str+',menubar='+menubar_str+',status='+statusbar_str+',scrollbars='+scrollbar_str+',resizable='+resizable_str);
}

// -->
</script>
<!-- 이페이지를 편집 하신 경우 이 부분위에 소스는 모두 삭제해 주시기 바랍니다 -->


&nbsp;<table border="0" cellpadding="0" cellspacing="0" width="170">
                <tr>
                    <td width="170" height="213" align="center" valign="middle">
                      <?
print_outlogin('poi_green','1','10')
?>


                    </td>
                </tr>
                <tr>
                    <td width="170" align="left" valign="top">
                        <a href="/"><img src="images_m/menu1.jpg" width="110" height="26" border="0"></a><br>
            <a href="zboard.php?id=profile"><img src="images_m/menu2.jpg" width="110" height="26" border="0"></a><br>
            <a href="zboard.php?id=work"><img src="images_m/menu3.jpg" width="110" height="26" border="0"></a><br>
            <a href="zboard.php?id=board"><img src="images_m/menu4.jpg" width="110" height="26" border="0"></a><br>
            <a href="zboard.php?id=memo"><img src="images_m/menu5.jpg" width="110" height="26" border="0"></a><br>
            <a href="javascript:na_open_window('chat', 'http://79percents.com/bbs/chat.htm', 0, 0, 700, 500, 0, 0, 0, 0, 0)"><img src="images_m/menu6.jpg" width="110" height="26" border="0"></a><br>
            <a href="zboard.php?id=link"><img src="images_m/menu7.jpg" width="110" height="26" border="0"></a><br>
           
                    </td>
                </tr>
            </table>
                    <br><br><br>

</body>

</html>

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
강상우791 xe처음으로 설치해보려는 유저입니다 ㅜㅜ 페이지오류 왜뜰까요 ㅡ.ㅡ [4] 2009.01.09 by 누냐
누냐 하루종일 이러고 있네요 ㅠㅠ 설치시에 계속오류가.. [7] 2009.01.09 by 누냐
박병현815 문의드릴게요 홈페이지 구성... 추가나 수정할것과 제로보드문제... [1] 2009.01.13 by 김정만803
독도친구 백업SQL 다른게시판에서 제로보드로 데이터 이전 sql 질문이요. [2] 2009.01.18 by 독도친구
SeokiE 1.1.5 업데이트후 홈페이지가 안열리는 분들 [1] 2009.01.23 by 우리아기
조자룡247 피싱경유라는데...어떻게 해요? [3] 2009.01.25 by 밥먹고온다
한승연♡ 자료를 첨부해서 다운받으려고 하니 이렇게 뜨네여,, [1] 2009.02.03 by 넨네
한승연♡ 에러좀 해결 부탁드립니다. [3] 2009.02.05 by 넨네
티비피플힙합 홈페이지 넓이가 늘어났습니다.  
PeterLee 기본페이지(index) 변경은 어떻게 하나요? [2] 2009.02.14 by PeterLee
글방내 로그인 스킨에 무엇이 문제입니까. 도와주세요. file  
초절정동안 XHTML 기준으로 레이아웃 잡는거 질문좀 드릴께요~ [2] file 2009.02.19 by 초절정동안
NZ448 레벨 업(다운)시 소속그룹 사라지는 문제 ㅠㅠ [2] 2009.02.21 by NZ448
이정화970 노프레임 홈 관련얘기인데요ㅠㅠㅠㅠ [5] 2009.02.24 by 이정화970
최소영329 로그인폼에서 스크랩,저장함,작성글 보기 없애는 방법 없나요? [1] 2009.02.25 by 넨네
카르니틴 FaceOff 게시글 수정이 안되요. 애절하게 부탁해요. [3] 2009.03.04 by 카르니틴
헤이맨 세로 메뉴 레이어 형식 문의 드립니다  
57pass 1차 메뉴를 클릭하면 플래시 이미지가 어떻게 변화하게 하는지요 ? file  
빈티지 위젯 설치후.. [1] 2009.03.31 by 궁금이2
기슭쌈꾼 꾸준하게 운영을 할려면 어떤 호스팅이 좋을까요? [1] 2009.04.06 by jih449