묻고답하기

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

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 남기남
샴푸 카테고리 필수선택 하게 하려면? [4] 2009.02.25 by 샴푸
제이 글쓰기 화면에서 제목이나 내용을 미리 넣을 수 있는지? [1] 2009.02.25 by 닝기리쓰레빠
일인자 로고 , 게시판 스킨목록 등등 등록한이미지들이 보이질않네요,,, [2] 2009.02.25 by 일인자
상오기 게시판내에 아이프레임 사용시 폼값 문제... (내용수정)  
침략자 로그인창 밑에 [1] file 2009.02.25 by 궁금이2
육근웅 메뉴 출력에 관해서 질문 드립니다 [2] file 2009.02.25 by 육근웅
초록세 운영자님 전화번호를 알고 싶습니다..  
박용주 아이디로만 쪽지보내기. [1] 2009.02.25 by 박용주
ne5 질문이 잘못 된건지 답을 얻지 못하네요..ㅠㅜ  
중국마스트 관리자비밀번호를 어떻게 수정하죠? [1] 2009.02.24 by 넨네
Qwiff (고수분들 도와주세요~) 특정회원 축력 위젯에서요~  
침략자 누리님 로그인포 사용했다가.. [2] 2009.02.24 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 띵야