게시판 스킨을 적용하니 프레임이 틀어지는데 조언 부탁드립니다. > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

게시판 스킨을 적용하니 프레임이 틀어지는데 조언 부탁드립니다. 정보

게시판 스킨을 적용하니 프레임이 틀어지는데 조언 부탁드립니다.

본문

심장이 터질거 같네요 ㅠㅠ 4시간을 꽁꽁.. ㅜ

메인화면일때는 괜찮은데 게시판만 들어가면 로그인 부분이 반쯤 왼쪽으로 110픽셀 빠집니다 ㅜ

로그인부분은 전체가로 크기가 220픽셀이구요

head.php가 끝나는 부분부터 게시판(board)이 시작하는 부분이 잘못 된거 같은데

이것저것 경우의 수를 다 해봐도 안되네요 ㅜㅜ

고수님들 원포인트 강의좀 부탁드립니다 ㅜ


</script>
<!-- 검색 끝 -->

<div style='height:30px;'></div>

<table width='1004' cellpadding=0 cellspacing=0 border=0>
<tr>
    <td width=43></td>
    <!-- 왼쪽 메뉴 -->
    <td width=220 valign=top>
        <?=outlogin("basic"); // 외부 로그인 ?>

        <div style='height:10px;'></div>

        <?=poll("basic"); // 설문조사 ?>

        <div style='height:10px;'></div>

        <?=visit("basic"); // 방문자수 ?>

        <div style='height:10px;'></div>

        <?=connect(); // 현재 접속자수 ?>


    <!-- 중간 -->
    <td width=784 valign=top>



<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가

// 선택옵션으로 인해 셀합치기가 가변적으로 변함
$colspan = 5;

//if ($is_category) $colspan++;
if ($is_checkbox) $colspan++;
if ($is_good) $colspan++;
if ($is_nogood) $colspan++;

// 제목이 두줄로 표시되는 경우 이 코드를 사용해 보세요.
// <nobr style='display:block; overflow:hidden; width:000px;'>제목</nobr>
?>
<link rel="stylesheet" href="<?=$board_skin_path?>/style.common.css" type="text/css">





<table><tr><td height="15"></td></tr></table>
<table align=center width="784" cellpadding="0" cellspacing="0" style="border:1px solid #CFCFCF;" bgcolor="#EEEEEE">
  <tr>
    <td height="40">
    <table width="784" border="0" cellspacing="0" cellpadding="0">
      <tr>
      <td width="200" align="center"><img src="<?=$board_skin_path?>/img/top_subtitle.gif" /></td>
        <td align="center"><!-- 링크 버튼, 검색 -->
            <div style="text-align:center;">
                        <form name=fsearch method=get style="margin:0px;">
                            <input type=hidden name=bo_table value="<?=$bo_table?>">
                            <input type=hidden name=sca value="<?=$sca?>">
                            <input type=hidden name=sfl value="<?=$wr_subject?>">
                    <input name=stx maxlength=12  itemname='검색어' required="required" value='<?=stripslashes($stx)?>' style="width:244px; background-color:#ffffff; border:1px solid #B0B0B0; height:19px; color:'5F8FD0';" />
                            <input type=image src="<?=$board_skin_path?>/img/btn_search.gif" border=0 align=absmiddle>
                        </form>
            </div></td>
      </tr>
    </table>
    </td>
  </tr>
</table>
<table><tr><td height="10"></td></tr></table>

<!-- 게시판 목록 시작 -->
<table width="784" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>

<!-- 분류 셀렉트 박스, 게시물 몇건, 관리자화면 링크 -->

<table><tr><td width='784' height='2' bgcolor='#474747'></td></tr></table>


=================================================================================

뭐가 잘못 된걸까요 ㅜㅜ

</td>도 여기저기 해봤다 삭제했다 해보고
table width, align다 건드려봤는데 안되더군요 ㅜ

첨부파일처럼 메인 화면일때는 상관없는데 게시판만 들어가면 저러네요

어디를 수정해야 할까요? 조언좀 부탁드려요~

Fatal error: Uncaught TypeError: mysqli_fetch_assoc(): Argument #1 ($result) must be of type mysqli_result, null given in /home/kagla/new-sir/old/lib/common.lib.php:2339 Stack trace: #0 /home/kagla/new-sir/old/lib/common.lib.php(2339): mysqli_fetch_assoc() #1 /home/kagla/new-sir/old/skin/board/v16/view.skin.php(795): sql_fetch_array() #2 /home/kagla/new-sir/old/bbs/view.php(403): include_once('...') #3 /home/kagla/new-sir/old/bbs/board.php(300): include_once('...') #4 {main} thrown in /home/kagla/new-sir/old/lib/common.lib.php on line 2339