최신글 폰트색을 바꾸고 싶은데요. 정보
최신글 폰트색을 바꾸고 싶은데요.본문
어떻게 해야하나요?
폰트색이 현재 검은색인데... 흰색으로 바꾸고 싶어서요.
<table width=100% cellpadding=0 cellspacing=0 border=0>
<tr><td colspan=2 height=10></td></tr>
<tr><td colspan=2 height=10></td></tr>
<? for ($i=0; $i<count($list); $i++) { ?>
<? if ($i) { echo "<tr><td colspan=2 height=1 background='$latest_skin/dot_line.gif'></td></tr>"; } ?>
<tr>
<td width=30 align=center><img src='<?=$latest_skin?>/icon_li.gif'></td>
<td width='' height=20><a href='<?="./?doc=bbs/gnuboard.php&bo_table=$bo_table&wr_id={$list[$i][wr_id]}"?>'><span class=content><?=$list[$i][subject]?> <span style='font-size:8pt;font-color:#ffffff;'><?=$list[$i][commentcnt]?></span></span></a> <?=$list[$i][icon_new]?></td>
</tr>
<? } ?>
<? if ($i) { echo "<tr><td colspan=2 height=1 background='$latest_skin/dot_line.gif'></td></tr>"; } ?>
<tr>
<td width=30 align=center><img src='<?=$latest_skin?>/icon_li.gif'></td>
<td width='' height=20><a href='<?="./?doc=bbs/gnuboard.php&bo_table=$bo_table&wr_id={$list[$i][wr_id]}"?>'><span class=content><?=$list[$i][subject]?> <span style='font-size:8pt;font-color:#ffffff;'><?=$list[$i][commentcnt]?></span></span></a> <?=$list[$i][icon_new]?></td>
</tr>
<? } ?>
<? if (count($list) == 0) { echo "<tr><td colspan=2 align=center height=50>자료가 없습니다.</td></tr>"; } ?>
<tr><td colspan=2 height=5></td></tr>
</table>
</table>
어디에 폰트 색을 넣어야 하나요? 부탁드려요..
그럼 좋은 하루되세요.
댓글 전체

<table width=100% cellpadding=0 cellspacing=0 border=0>
<tr><td colspan=2 height=10></td></tr>
<? for ($i=0; $i<count($list); $i++) { ?>
<? if ($i) { echo "<tr><td colspan=2 height=1 background='$latest_skin/dot_line.gif'></td></tr>"; } ?>
<tr>
<td width=30 align=center><img src='<?=$latest_skin?>/icon_li.gif'></td>
<td width='' height=20><a href='<?="./?doc=bbs/gnuboard.php&bo_table=$bo_table&wr_id={$list[$i][wr_id]}"?>'><span style='font-size:8pt;font-color:#ffffff;'><?=$list[$i][subject]?> <span style='font-size:8pt;font-color:#ffffff;'><?=$list[$i][commentcnt]?></span></span></a> <?=$list[$i][icon_new]?></td>
</tr>
<? } ?>
<? if (count($list) == 0) { echo "<tr><td colspan=2 align=center height=50>자료가 없습니다.</td></tr>"; } ?>
<tr><td colspan=2 height=5></td></tr>
</table>
위 소스에서 #ffffff 부부을 원하는 색상 코드로 바꿔주세요...^^
<tr><td colspan=2 height=10></td></tr>
<? for ($i=0; $i<count($list); $i++) { ?>
<? if ($i) { echo "<tr><td colspan=2 height=1 background='$latest_skin/dot_line.gif'></td></tr>"; } ?>
<tr>
<td width=30 align=center><img src='<?=$latest_skin?>/icon_li.gif'></td>
<td width='' height=20><a href='<?="./?doc=bbs/gnuboard.php&bo_table=$bo_table&wr_id={$list[$i][wr_id]}"?>'><span style='font-size:8pt;font-color:#ffffff;'><?=$list[$i][subject]?> <span style='font-size:8pt;font-color:#ffffff;'><?=$list[$i][commentcnt]?></span></span></a> <?=$list[$i][icon_new]?></td>
</tr>
<? } ?>
<? if (count($list) == 0) { echo "<tr><td colspan=2 align=center height=50>자료가 없습니다.</td></tr>"; } ?>
<tr><td colspan=2 height=5></td></tr>
</table>
위 소스에서 #ffffff 부부을 원하는 색상 코드로 바꿔주세요...^^
답변감사드립니다.
그런데.. 위에 님이 알려주신대로 했는데 글씨 색이 아직도 그대로 있는데.. 뭐가 문제죠?
<<<<<<<www.tmaket.com/cart>>>>>>>>>>>
여기인데.. 함 확인해주시면 안될까요? 부탁드립니다.
그런데.. 위에 님이 알려주신대로 했는데 글씨 색이 아직도 그대로 있는데.. 뭐가 문제죠?
<<<<<<<www.tmaket.com/cart>>>>>>>>>>>
여기인데.. 함 확인해주시면 안될까요? 부탁드립니다.

다시 한번 해보세요.... 수정해서 다시 올렸습니다.
class=content 를 삭제하지 않았었네요...^^
class=content 를 삭제하지 않았었네요...^^