리스트 글자색 문의드립니다. 채택완료
리스트 화면 글자색을 검정색으로 변경할려고하는데.. 아무리 찾아봐도 안보이네요...
고수님..도움 부탁드립니다.
아래 사진보시면 리스트 목록인데요 회색으로 되어있습니다..
if ($mw_basic[cf_type] == "desc") { echo "
감독 : =$list[$i][wr_1]?> 출연 : =$list[$i][wr_2]?> 편수 : =$list[$i][wr_3]?> 분류 : =$list[$i][ca_name]?> if ($mw_basic[cf_reward]) { ?>

0) { for ($z=0; $z<$rest; ++$z) { echo "
|
|
//if ($prev_part_href) { echo " "; } ?>
if ($prev_part_href) { echo "이전검색"; } ?>
// 기본으로 넘어오는 페이지를 아래와 같이 변환하여 이미지로도 출력할 수 있습니다.
//echo $write_pages;
/*
$write_pages = str_replace("처음", " ", $write_pages);
$write_pages = str_replace("이전", " ", $write_pages);
$write_pages = str_replace("다음", " ", $write_pages);
$write_pages = str_replace("맨끝", " ", $write_pages);
*/
echo $write_pages;
?>
// if ($next_part_href) { echo " "; } ?>
if ($next_part_href) { echo "다음검색"; } ?>
|
if ($mw_basic[cf_write_notice]) { ?> } ?>
if ($is_checkbox) { ?> } ?>
// 팝업공지 $sql = "select * from $mw[popup_notice_table] where bo_table = '$bo_table' order by wr_id desc"; $qry = sql_query($sql, false); while ($row = sql_fetch_array($qry)) { $row2 = sql_fetch("select * from $write_table where wr_id = '$row[wr_id]'"); if (!$row2) { sql_query("delete from $mw[popup_notice_table] where bo_table = '$bo_table' and wr_id = '$row[wr_id]'"); continue; } $view = get_view($row2, $board, $board_skin_path, 255); mw_board_popup($view, $html); $list_run_time = mw_time_log($list_run_time, "[list] mw_board_popup"); }
// RSS 수집기 if ($mw_basic[cf_collect] == 'rss' && $rss_collect_path && is_mw_file("$rss_collect_path/_config.php")) { include_once("$rss_collect_path/_config.php"); if ($mw_rss_collect_config[cf_license]) { ?> } $list_run_time = mw_time_log($list_run_time, "[list] rss-collect"); }
// Youtube 수집기 if ($mw_basic[cf_collect] == 'youtube' && $youtube_collect_path && is_mw_file("$youtube_collect_path/_config.php")) { include_once("$youtube_collect_path/_config.php"); if ($mw_youtube_collect_config[cf_license]) { ?> } $list_run_time = mw_time_log($list_run_time, "[list] youtube-collect"); }
// kakao 수집기 if ($mw_basic[cf_collect] == 'kakao' && $kakao_collect_path && is_mw_file("$kakao_collect_path/_config.php")) { include_once("$kakao_collect_path/_config.php"); if ($mw_kakao_collect_config['cf_license']) { ?> } $list_run_time = mw_time_log($list_run_time, "[list] kakao-collect"); }
답변 2개
답변을 작성하려면 로그인이 필요합니다.
로그인
", $write_pages);
$write_pages = str_replace("이전", "
", $write_pages);
$write_pages = str_replace("다음", "
", $write_pages);
$write_pages = str_replace("맨끝", "
", $write_pages);
*/
echo $write_pages;
?>
// if ($next_part_href) { echo "
color 부분 지우고 #000000 넣었어욤..