묻고답하기

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

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 남기남
제이 글작성 완료후에 특정URL로 가게 할 수 있을까요  
상큼하기 ★ phpinfo 화면이 보고싶습니다. 조언 부탁드립니다. [1] file 2009.02.24 by 제이
roro 막 스킨중에 뭔가를 수정하라고 하는데 무슨 말인지 모르겠어요ㅠ.ㅠ 도와주세요~ [4] 2009.02.24 by 11
마파람·´″`°³оΟ♤☆ 헤드 이미지 바꾸는 방법에 관한 질의 [2] file 2009.02.24 by 마파람·´″`°³оΟ♤☆
stpascal 이메일발송시에 설문조사를 나타나게 하려면 어떻게 하나요?  
켄트이즈 로그인 부가기능 질문 [2] 2009.02.24 by 켄트이즈
일인자 로그인폼 위 여백부분 어떻게 없앨까요;; [4] file 2009.02.24 by 일인자
thejeon 간단한 질문 하나 드려요 [2] 2009.02.24 by thejeon
박귀붕 익스플로어 6.0 오류질문입니다 file  
SM3 설문조사를 최근글 처럼 불러올수 있나요? [2] 2009.02.24 by SM3
font 분양한 사이트에 www 안붙어 있을 경우 메인홈으로 가는경우.../이슈트랙커/플래닛 [3] 2009.02.24 by font
황옥 로그인 문제 급해요ㅜㅜ;  
모비딕 게시판 모듈이름 생성시 언더바 "_" [1] 2009.02.24 by 개돌
yujin. atom 1.0 피드 오류와 한글 태그 오류  
교재처 죽돌이 일기예보 위젯 설치가 안돼요 ㅠㅠ;;  
박용주 회원정보에서 소속그룹을 비공개로... [2] 2009.02.24 by 박용주
좋은친구.. zb5 beta 회원 이전시킨후 포인트 적용하려는데요 [1] 2009.02.24 by 띵야
소리없이 1.1.5 다시 설치할때.. 전 버젼.. 파일..다시 어떻게 덮어씌우죠? [2] 2009.02.24 by 띵야
상큼하기 php 설정법좀 가르쳐 주세요~~~~~~ [4] 2009.02.24 by 상큼하기
최성운 모듈과 매물등록기능에 대해 질문드립니다 [2] 2009.02.24 by 상오기
좋은친구.. 회원 동기화시 의문점이 있습니다. [2] 2009.02.24 by 좋은친구..
ne5 초보라..헤매고 있네요..도움부탁드립니다  
이정화970 노프레임 홈 관련얘기인데요ㅠㅠㅠㅠ [5] 2009.02.24 by 이정화970
유샤인 비나무님 한번 더 보아 보아 주싶시요.... 문제가 아직 해결 안 되었구만요... [2] file 2009.02.24 by 유샤인
일인자 고수분들 답변점 제발 부탁드립니다.. 로그인폼부분 [2] 2009.02.24 by 잘모르지만
mean550 로그인 안됌 과 레이아웃 깨짐에 대해서.. [1] 2009.02.24 by 老姜君
s27678 페이지 수정 문제- [1] 2009.02.24 by 老姜君
김성재 올플래시 가능한가요? 대략적으로 어떤식으로 가능한지? [1] 2009.02.24 by 老姜君
오가지 글쓴이 이름에 마우스 클릭시 정보박스(?)가 안뜨네요;; [1] 2009.02.24 by 老姜君
하늘맘 최근게시물 도움 부탁드립니다.. [1] file 2009.02.24 by 老姜君