|
|
|
22년 전
|
조회 4,638
|
|
|
|
22년 전
|
조회 4,954
|
|
|
|
22년 전
|
조회 5,027
|
|
|
|
22년 전
|
조회 4,633
|
|
|
|
22년 전
|
조회 5,312
|
|
|
|
22년 전
|
조회 5,101
|
|
|
|
22년 전
|
조회 4,886
|
|
|
|
22년 전
|
조회 4,938
|
|
|
|
22년 전
|
조회 4,529
|
|
|
|
22년 전
|
조회 4,757
|
|
|
|
22년 전
|
조회 5,249
|
|
|
|
22년 전
|
조회 5,012
|
|
|
|
22년 전
|
조회 4,832
|
|
|
|
22년 전
|
조회 5,123
|
|
|
|
22년 전
|
조회 4,826
|
|
|
|
22년 전
|
조회 5,211
|
|
|
|
22년 전
|
조회 5,086
|
|
|
|
22년 전
|
조회 5,753
|
|
|
|
22년 전
|
조회 5,003
|
|
|
|
22년 전
|
조회 5,627
|
|
|
|
22년 전
|
조회 5,685
|
|
|
|
22년 전
|
조회 4,612
|
|
|
|
22년 전
|
조회 4,427
|
|
|
|
22년 전
|
조회 4,789
|
|
|
|
22년 전
|
조회 5,070
|
|
|
|
22년 전
|
조회 4,985
|
|
|
|
22년 전
|
조회 4,648
|
|
|
|
22년 전
|
조회 5,101
|
|
|
|
22년 전
|
조회 4,554
|
|
|
|
22년 전
|
조회 4,327
|
댓글 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>
잘 사용하겠습니다. 즐거운 주말 잘 보내세요.!!!