|
|
|
03-10-06
|
조회 736
|
|
|
관리자
|
03-09-27
|
조회 1,211
|
|
|
|
03-10-06
|
조회 651
|
|
|
|
03-10-06
|
조회 550
|
|
|
|
03-10-06
|
조회 597
|
|
|
|
03-10-06
|
조회 2,809
|
|
|
|
03-10-06
|
조회 685
|
|
|
|
03-10-06
|
조회 429
|
|
|
|
03-10-05
|
조회 729
|
|
|
|
03-10-05
|
조회 503
|
|
|
|
03-10-05
|
조회 604
|
|
|
|
03-10-04
|
조회 604
|
|
|
|
03-10-04
|
조회 558
|
|
|
|
03-10-04
|
조회 567
|
|
|
|
03-10-04
|
조회 898
|
|
|
|
03-10-04
|
조회 926
|
|
|
|
03-10-04
|
조회 568
|
|
|
|
03-10-04
|
조회 762
|
|
|
|
03-10-03
|
조회 614
|
|
|
|
03-10-03
|
조회 677
|
댓글 3개
잘 안되요. ㅠ.ㅠ
최신글뿐만 아니라 게시판에서도 그렇게 보이게 하고 싶으면
gbview.skin.php를 같은 방법으로 수정해도 되겠죠?
기존 for 안에 table을 하나 추가했습니다. 그리고 table의 background가 추가되었습니다.
이 테이블의 width와 height는 님께서 원하시는 사이즈로 변경해서 사용하세요.
<? for ($i=0; $i<count($list); $i++) { ?>
<tr><td colspan=3>
<table background=<?=$list[$i][file_image1]?> width=100 height=100>
<tr height=22>
<td width=60><?=$list[$i][date]?></td>
<td><?=$list[$i][icon_new]?><a href='<?="./?doc=$cfg[bbs_dir]/gnuboard.php&bo_table=$bo_table&wr
_id={$list[$i][wr_id]}"?>'><?=$list[$i][subject]?></a> <?=$list[$i][commentcnt]?></td>
<td width=70 align=center><?=$list[$i][name]?></td>
</tr>
</table>
</td></tr>
<? } ?>