latest.skin.php 수정관련질문2...
<td class=subject>
<?
if($list[$i][is_notice]) $list[$i][subject] = "<b>".$list[$i][subject]."</b>";
if($list[$i][wr_9] == "완료") $color="style=font-color:gray;";
else $color="style=font-color:black;";
echo "<font $color><a href='$g4[bbs_path]/board.php?bo_table=$bo_table'> {$list[$i][wr_9]} {$list[$i][subject]} </a></font>";
if ($list[$i][comment_cnt]) echo " <span class='comment'>{$list[$i][comment_cnt]}</span>";
echo " ".$list[$i][icon_new];
?>
</td>
이렇게하였는데안되네요...
색깔이그대롭니다 ㅜㅜ
<?
if($list[$i][is_notice]) $list[$i][subject] = "<b>".$list[$i][subject]."</b>";
if($list[$i][wr_9] == "완료") $color="style=font-color:gray;";
else $color="style=font-color:black;";
echo "<font $color><a href='$g4[bbs_path]/board.php?bo_table=$bo_table'> {$list[$i][wr_9]} {$list[$i][subject]} </a></font>";
if ($list[$i][comment_cnt]) echo " <span class='comment'>{$list[$i][comment_cnt]}</span>";
echo " ".$list[$i][icon_new];
?>
</td>
이렇게하였는데안되네요...
색깔이그대롭니다 ㅜㅜ
|
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기
댓글 2개
font-color -> color 로 바꾸셔야됩니다.