카테고리 색상이 ..

카테고리 색상이 ..

QA

카테고리 색상이 ..

본문

 

<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 
include_once("$board_skin_path/skin.lib.php");
if (!function_exists("imagecopyresampled")) alert("GD 2.0.1 이상 버전이 설치되어 있어야 사용할 수 있는 갤러리 게시판 입니다.");
if (!$board[bo_1]) {
    $board[bo_1] = "160";
    $sql = " update $g4[board_table] set bo_1 = '$board[bo_1]', bo_1_subj = '목록 가로 픽셀' where bo_table = '$bo_table' ";
    sql_query($sql);
}
if (!$board[bo_2]) {
    $board[bo_2] = "100";
    $sql = " update $g4[board_table] set bo_2 = '$board[bo_2]', bo_2_subj = '목록 세로 픽셀' where bo_table = '$bo_table' ";
    sql_query($sql);
}
$mod = $board[bo_gallery_cols];
$td_width = (int)(100 / $mod);
// 선택옵션으로 인해 셀합치기가 가변적으로 변함
$colspan = 5;
if ($is_category) $colspan++;
if ($is_checkbox) $colspan++;
if ($is_good) $colspan++;
if ($is_nogood) $colspan++;
// 제목이 두줄로 표시되는 경우 이 코드를 사용해 보세요.
// <nobr style='display:block; overflow:hidden; width:000px;'>제목</nobr>
?>
<link href="<?=$board_skin_path?>/style.css" rel="stylesheet" type="text/css" />
<!-- 게시판 목록 시작 -->
<!-- 분류 셀렉트 박스, 게시물 몇건, 관리자화면 링크 -->
<table width="99%" cellspacing="0" cellpadding="0">
<tr height="25">
    <? if ($is_category) { ?>
        <form name='fcategory' method='get'>
        <td width='10'></td><td width='80%'><font color='#336699'> 
        <?  
        $cnt_bo_1 = $bo_1[0] ? $bo_1[0] : 10; // 한줄당 분류 갯수(현재:10) 
        $cnt = 1; 
        $cnt0 = 0; 
        $bb_s="";     $bb_e="";
        $arr = explode("|", $board[bo_category_list]); // 구분자가 , 로 되어 있음 
        for ($i=0; $i<count($arr); $i++) 
            if (trim($arr[$i]))  { 
                if ($sca == $arr[$i]) { $cnt0++; $b_s="<b>"; $b_e="</b>"; } else {$b_s=""; $b_e="";} 
                $str .= "  |  <a href='./board.php?bo_table=$bo_table&sca=" . rawurlencode($arr[$i]) . "'>$b_s$arr[$i]$b_e</a>"; 
                if ($cnt == $cnt_bo_1) { $cnt = 0; $str .= "<br>"; } 
                $cnt++; 
            } 
            if ($cnt0 == 0 ) { $bb_s="<b>"; $bb_e="</b>"; } 
        ?>         
          <? echo $bb_s;?><a href='./board.php?bo_table=<?=$bo_table?>&page=<?=$page?>'>전체</a><?=$bb_e?><?=$str?></font></td>
            </form>
    <? } ?>
    <td align="right">
        게시물 <?=number_format($total_count)?>건 
        <? if ($rss_href) { ?><a href='<?=$rss_href?>' target=_blank><img src='<?=$board_skin_path?>/img/btn_rss.gif' border=0 align=absmiddle></a><?}?>
        <? if ($admin_href) { ?><a href="<?=$admin_href?>"><img src="<?=$board_skin_path?>/img/btn_admin.gif" title="관리자" border="0" align="absmiddle"></a><?}?></td>
</tr>
</table>
 
 

 

<td width='10'></td><td width='80%'><font color='#336699'> 

이부분 컬러를 변경을 해도 구분선 | 이것만 색상이 변경이 되고 실질적으로 카테고리 글자는 바뀌지가 않는데 카테고리 글자를 변경하려면 어떻게 해야 될까요?

 

 

 

이 질문에 댓글 쓰기 :

답변 1

카테고리 a태그에 color를 지정해야할거같습니다.

답변을 작성하시기 전에 로그인 해주세요.
전체 10,632
QA 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT