묻고답하기

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

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 남기남
쏘프티 페이지에서 get으로 보내는 java script에서 UTF-8 변환 문제  
인류구원 이미지 슬라이딩 [1] 2009.06.07 by 인류구원
reform html클릭하고<iframe>소스올려도 안되네요 [6] 2009.05.24 by 백성찬
불패의초인 아쿠아 엠프 질문좀요~ㅠㅠ file  
경동가슴보일라 홈페이지에 다음과 같은 오류가 나옵니다..  
rkawk102 아이프레임이요.. [2] 2009.05.13 by 비나무
Jeff Yi 도와주세요~~ [3] 2009.04.28 by Jeff Yi
Jeff Yi 오류좀 도와주세요..미치겠습니다.  
acefull 오류좀 도와주세요~  
고사범 이 소스가 달리나오는 이유를 알고 싶습니다.  
만쓰별(정만) 이미지 추가 콤퍼넌트 오류신고 [1] file 2009.04.18 by 비나무
한마디 mmx900님의 작품 ''팝업창 출력'' newest_popup을... [1] file 2009.04.11 by 한마디
김중환 1.1.5로 업데이트 후 메인레이아웃의 문제 발생 file  
기슭쌈꾼 꾸준하게 운영을 할려면 어떤 호스팅이 좋을까요? [1] 2009.04.06 by jih449
빈티지 위젯 설치후.. [1] 2009.03.31 by 궁금이2
57pass 1차 메뉴를 클릭하면 플래시 이미지가 어떻게 변화하게 하는지요 ? file  
헤이맨 세로 메뉴 레이어 형식 문의 드립니다  
카르니틴 FaceOff 게시글 수정이 안되요. 애절하게 부탁해요. [3] 2009.03.04 by 카르니틴
최소영329 로그인폼에서 스크랩,저장함,작성글 보기 없애는 방법 없나요? [1] 2009.02.25 by 넨네
이정화970 노프레임 홈 관련얘기인데요ㅠㅠㅠㅠ [5] 2009.02.24 by 이정화970