최근게시물 글자색깔이 변하지 안되네. 정보
최근게시물 글자색깔이 변하지 안되네.본문
최근게시물 글자색깔이 변하지 안되네.
latest.skin.php 파일입니다. 소스좀 봐주세요
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<style type="../style.css">
a:link, a:visited, a:active, a:hover { text-decoration: none;}
</style>
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<style type="../style.css">
a:link, a:visited, a:active, a:hover { text-decoration: none;}
</style>
<table width=100% cellpadding=0 cellspacing=0 border=0><?
for ($i=0; $i<count($list); $i++) {
?><tr>
<td align=center>
for ($i=0; $i<count($list); $i++) {
?><tr>
<td align=center>
<table width=99% cellpadding=0 cellspacing=0 border=0>
<colgroup>
<colgroup width='70'>
<tr>
<td height=24 style='padding-top:3px;padding-left:5px;'> <img src='<?=$latest_skin_path?>/img/latest_icon.gif' style='vertical-align:middle'>
<span style='padding-top:3px;padding-right:3px;, font-size:8pt; color:#959B59;'>[<?=$list[$i][datetime]?>]</span>
<?
$style = "";
if ($list[$i][icon_new])
$style = "style='font-family:돋움; font-size:9pt; color:#FF7000;'";
$subject = "<span $style>".cut_str($list[$i][subject],37)."</span>"; //제목 글자수 자르기
<colgroup>
<colgroup width='70'>
<tr>
<td height=24 style='padding-top:3px;padding-left:5px;'> <img src='<?=$latest_skin_path?>/img/latest_icon.gif' style='vertical-align:middle'>
<span style='padding-top:3px;padding-right:3px;, font-size:8pt; color:#959B59;'>[<?=$list[$i][datetime]?>]</span>
<?
$style = "";
if ($list[$i][icon_new])
$style = "style='font-family:돋움; font-size:9pt; color:#FF7000;'";
$subject = "<span $style>".cut_str($list[$i][subject],37)."</span>"; //제목 글자수 자르기
echo $list[$i][icon_reply] . " ";
echo "<a href='{$list[$i][href]}' title='{$list[$i][subject]}'><font style='font-family:굴림; font-size:9pt; color:#959B59;'>{$subject}</font></a>";
echo " " . $list[$i][icon_new];
echo "<a href='{$list[$i][href]}' title='{$list[$i][subject]}'><font style='font-family:굴림; font-size:9pt; color:#959B59;'>{$subject}</font></a>";
echo " " . $list[$i][icon_new];
?></td>
<tr><td height=1 colspan=2 style="background-image:url('<?=$latest_skin_path?>/img/dot.gif')"></td></tr>
</table>
</td>
</tr><?
}
<tr><td height=1 colspan=2 style="background-image:url('<?=$latest_skin_path?>/img/dot.gif')"></td></tr>
</table>
</td>
</tr><?
}
if (count($list) == 0) {
?><tr><td align=center height="12"><font color=#6A6A6A>게시물이 없습니다.</a></td></tr><?
}
?><tr><td align=center height="12"><font color=#6A6A6A>게시물이 없습니다.</a></td></tr><?
}
?></table>
마우스 올라가면 다른 색깔로 변하게 하려고 하는데 색깔이 적용이 안되네요.
어디를 수정해야 하는지 좋은 답변좀 부탁드립니다.
행복하세요!
댓글 전체
echo "<a href='{$list[$i][href]}' title='{$list[$i][subject]}'><font style='font-family:굴림; font-size:9pt; color:#959B59;' onmouseover=\"this.style.color='바꾸실색상'\" onmouseout=\"this.style.color='#959B59'\">{$subject}</font></a>";
고치시면됩니다.
고치시면됩니다.
새나라어른님께 감사~~ 감사~~
잘 적용됩니다. 문제를 해결했습니다. 다시 한번 감사의 마음을 전합니다.
한가지 더 궁금한 것이 있어서 질문 답변 글에 글을 올리려고 합니다.
다시 한번 답변 부탁드릴께요!
이렇게 빨리 문제를 해결하게 되어 기쁘네요.
행복하세요!
잘 적용됩니다. 문제를 해결했습니다. 다시 한번 감사의 마음을 전합니다.
한가지 더 궁금한 것이 있어서 질문 답변 글에 글을 올리려고 합니다.
다시 한번 답변 부탁드릴께요!
이렇게 빨리 문제를 해결하게 되어 기쁘네요.
행복하세요!