|
|
|
22년 전
|
조회 4,641
|
|
|
|
22년 전
|
조회 4,959
|
|
|
|
22년 전
|
조회 5,030
|
|
|
|
22년 전
|
조회 4,639
|
|
|
|
22년 전
|
조회 5,315
|
|
|
|
22년 전
|
조회 5,107
|
|
|
|
22년 전
|
조회 4,889
|
|
|
|
22년 전
|
조회 4,949
|
|
|
|
22년 전
|
조회 4,535
|
|
|
|
22년 전
|
조회 4,763
|
|
|
|
22년 전
|
조회 5,255
|
|
|
|
22년 전
|
조회 5,015
|
|
|
|
22년 전
|
조회 4,838
|
|
|
|
22년 전
|
조회 5,131
|
|
|
|
22년 전
|
조회 4,833
|
|
|
|
22년 전
|
조회 5,214
|
|
|
|
22년 전
|
조회 5,091
|
|
|
|
22년 전
|
조회 5,758
|
|
|
|
22년 전
|
조회 5,013
|
|
|
|
22년 전
|
조회 5,631
|
|
|
|
22년 전
|
조회 5,689
|
|
|
|
22년 전
|
조회 4,614
|
|
|
|
22년 전
|
조회 4,435
|
|
|
|
22년 전
|
조회 4,792
|
|
|
|
22년 전
|
조회 5,077
|
|
|
|
22년 전
|
조회 4,990
|
|
|
|
22년 전
|
조회 4,652
|
|
|
|
22년 전
|
조회 5,107
|
|
|
|
22년 전
|
조회 4,558
|
|
|
|
22년 전
|
조회 4,334
|
댓글 2개
그래서 아래와 같이 수정했습니다.
gbform.skin.php 파일에서
아래 내용 이것을
<!-- 타이틀 -->
<table width='100%' align=center>
<tr>
<td>
<table width=100% border=0 cellpadding=3 cellspacing=1>
<form name=fgbform method=post action='<?="./?doc=$cfg[bbs_dir]/gbupdate.php"?>' enctype='multipart/form-data' onsubmit='return formcheck()'>
<tr><td height=1 background='./<?=$cfg[bbs_dir]?>/line.gif'></td></tr>
<tr><td class='ht' align=left>
<span class=subject><a href=./?doc=index_board.php>기타</a> > <a href="./?doc=bbs/gnuboard.php&bo_table=<?=$board[bo_table]?>"><?=$board[bo_subject]?></a> > <?=$html_title?></span></td></tr>
<tr><td height=1 background='./<?=$cfg[bbs_dir]?>/line.gif'></td></tr>
</table>
이렇게 수정했더니 테이블이 안 깨집니다.
<!-- 타이틀 -->
<table width='100%' align=center>
<tr>
<td>
<table width=100% border=0 cellpadding=3 cellspacing=1>
<form name=fgbform method=post action='<?="./?doc=$cfg[bbs_dir]/gbupdate.php"?>' enctype='multipart/form-data' onsubmit='return formcheck()'>
<tr><td height=1 background='./<?=$cfg[bbs_dir]?>/line.gif'></td></tr>
<tr><td class='ht' align=left>
<span class=subject><a href=./?doc=index_board.php>기타</a> > <a href="./?doc=bbs/gnuboard.php&bo_table=<?=$board[bo_table]?>"><?=$board[bo_subject]?></a> > <?=$html_title?></span></td></tr>
<tr><td height=1 background='./<?=$cfg[bbs_dir]?>/line.gif'></td></tr>
</table>
</td>
</tr>
</table>
잘 사용하겠습니다. 즐거운 주말 잘 보내세요.!!!