지금 이 게시판에도 사용되고 있는것 같은데요.
저는 예인님 게시판을 사용하고 있어요.
그런데 list main파일에 소스를 고쳐봐도 도저히 안되는군요.
그 빨간색의 플러스 표시만 더 추가해서 넣고싶거든요.
다른것은 변함없이 그것만 추가할수 있나요?
저는 스킨파일에 대해서 전혀 모르거든요.
list main파일 내용입니다.
소스좀 고쳐서 알려주세요.
<!-- 목록 부분 시작 -->
<tr align=center onMouseOver=this.style.backgroundColor='fafafa' onMouseOut=this.style.backgroundColor=''>
<td nowrap height=25 class=yeinsfont width=40><?=$number?></td>
<?=$hide_cart_start?>
<td width=10><input type=checkbox name=cart value="<?=$data[no]?>"></td>
<?=$hide_cart_end?>
<td align=left style='word-break:break-all;' ><?=$insert?><?=$icon?><?=$subject?> <font style=font-family:tahoma;font-size:7pt;color=#50A860;>
<?
$comment_num="..".$data[total_comment]."";
if($data[total_comment]==0) {
$comment_num="";
}
echo "<span class=comment-no>$comment_num</span>";
?>
</td>
<td nowrap width=1 align=right></td>
<td nowrap width=60 align=right><?=$category_name?></td>
<td nowrap class=yeinsfont width=30 align=right><?=$hit?> </td>
</tr>
<tr><td colspan=6 bgcolor=#F0F0F0><img width=1 height=1 border=0></td></tr>
저는 예인님 게시판을 사용하고 있어요.
그런데 list main파일에 소스를 고쳐봐도 도저히 안되는군요.
그 빨간색의 플러스 표시만 더 추가해서 넣고싶거든요.
다른것은 변함없이 그것만 추가할수 있나요?
저는 스킨파일에 대해서 전혀 모르거든요.
list main파일 내용입니다.
소스좀 고쳐서 알려주세요.
<!-- 목록 부분 시작 -->
<tr align=center onMouseOver=this.style.backgroundColor='fafafa' onMouseOut=this.style.backgroundColor=''>
<td nowrap height=25 class=yeinsfont width=40><?=$number?></td>
<?=$hide_cart_start?>
<td width=10><input type=checkbox name=cart value="<?=$data[no]?>"></td>
<?=$hide_cart_end?>
<td align=left style='word-break:break-all;' ><?=$insert?><?=$icon?><?=$subject?> <font style=font-family:tahoma;font-size:7pt;color=#50A860;>
<?
$comment_num="..".$data[total_comment]."";
if($data[total_comment]==0) {
$comment_num="";
}
echo "<span class=comment-no>$comment_num</span>";
?>
</td>
<td nowrap width=1 align=right></td>
<td nowrap width=60 align=right><?=$category_name?></td>
<td nowrap class=yeinsfont width=30 align=right><?=$hit?> </td>
</tr>
<tr><td colspan=6 bgcolor=#F0F0F0><img width=1 height=1 border=0></td></tr>
웹스터디란에 있으니 참고하세요