게시판 상단(번호,제목,글쓴이 있는 부분) 바탕에 이미지 넣는법? 정보
게시판 상단(번호,제목,글쓴이 있는 부분) 바탕에 이미지 넣는법?본문
댓글 전체

해당 부분에 이미지는 일정의 룰이 없어서 통으로 잘라야겠죠.
그리고 코드는 다음과 같이 하면 되겠습니다.
<table style="width:500px; height:50px; background:url('/img/이미지.gif') no-repeat;">
<tr>
<td>제목</td>
</tr>
</table>
그리고 코드는 다음과 같이 하면 되겠습니다.
<table style="width:500px; height:50px; background:url('/img/이미지.gif') no-repeat;">
<tr>
<td>제목</td>
</tr>
</table>

skin/basic/list.skin.php 요 파일에 93번째 줄 보시면
여기에 단어를 이미지로 변경하시면되죠..
<tr>
<th>번호</th>
<? if ($is_checkbox) { ?><th><input onclick="if (this.checked) all_checked(true); else all_checked(false);" type="checkbox"></th><?}?>
<th>제 목</th>
<th>글쓴이</th>
<th><?=subject_sort_link('wr_datetime', $qstr2, 1)?>날짜</a></th>
<th><?=subject_sort_link('wr_hit', $qstr2, 1)?>조회</a></th>
<? if ($is_good) { ?><th><?=subject_sort_link('wr_good', $qstr2, 1)?>추천</a></th><?}?>
<? if ($is_nogood) { ?><th><?=subject_sort_link('wr_nogood', $qstr2, 1)?>비추천</a></th><?}?>
</tr>
여기에 단어를 이미지로 변경하시면되죠..
<tr>
<th>번호</th>
<? if ($is_checkbox) { ?><th><input onclick="if (this.checked) all_checked(true); else all_checked(false);" type="checkbox"></th><?}?>
<th>제 목</th>
<th>글쓴이</th>
<th><?=subject_sort_link('wr_datetime', $qstr2, 1)?>날짜</a></th>
<th><?=subject_sort_link('wr_hit', $qstr2, 1)?>조회</a></th>
<? if ($is_good) { ?><th><?=subject_sort_link('wr_good', $qstr2, 1)?>추천</a></th><?}?>
<? if ($is_nogood) { ?><th><?=subject_sort_link('wr_nogood', $qstr2, 1)?>비추천</a></th><?}?>
</tr>
두분 모두 너무 감사합니다. 답변채택 한분 밖에 안되네요... 에궁...
카이루님 죄송해서 어떻하지요^^
카이루님 죄송해서 어떻하지요^^