심장이 터질거 같네요 ㅠㅠ 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다 건드려봤는데 안되더군요 ㅜ
첨부파일처럼 메인 화면일때는 상관없는데 게시판만 들어가면 저러네요
어디를 수정해야 할까요? 조언좀 부탁드려요~
메인화면일때는 괜찮은데 게시판만 들어가면 로그인 부분이 반쯤 왼쪽으로 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다 건드려봤는데 안되더군요 ㅜ
첨부파일처럼 메인 화면일때는 상관없는데 게시판만 들어가면 저러네요
어디를 수정해야 할까요? 조언좀 부탁드려요~
댓글 7개
소스를 보시다시피 ㅜㅜ 여백이 있을 만한 곳이 없어요 ㅜㅜ
크롬 요소검사로 어떤부분에서 여백이 생기는지 훑어봐도 안나오고요.. ㅜ
크롬 요소검사에서는
<table><tr><td height="10"></td></tr></table>
<!-- 게시판 목록 시작 -->
<table width="784" align="center" cellpadding="0" cellspacing="0">
↑ ↑
<tr>
<td>
화살표 부분에서 가로가 1004로 잡히는데 소스상에서는 보시다시피 784에요....
뭐가 문제인지 아무리 이것저것 하나씩 만져봐도 안바뀌네요.. ㅜ
크롬 요소검사로 어떤부분에서 여백이 생기는지 훑어봐도 안나오고요.. ㅜ
크롬 요소검사에서는
<table><tr><td height="10"></td></tr></table>
<!-- 게시판 목록 시작 -->
<table width="784" align="center" cellpadding="0" cellspacing="0">
↑ ↑
<tr>
<td>
화살표 부분에서 가로가 1004로 잡히는데 소스상에서는 보시다시피 784에요....
뭐가 문제인지 아무리 이것저것 하나씩 만져봐도 안바뀌네요.. ㅜ
게시글 목록
| 번호 | 제목 |
|---|---|
| 284438 | |
| 284437 | |
| 284435 | |
| 284430 | |
| 284420 | |
| 284417 | |
| 284409 | |
| 284401 | |
| 284399 | |
| 284397 | |
| 284380 | |
| 284378 | |
| 284371 | |
| 284370 | |
| 284366 | |
| 284364 | |
| 284360 | |
| 284357 | |
| 284355 | |
| 284354 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기