질문좀 드릴게요
본문
아래 소스에서 border 컬러를 바꿀려고 하는데 검정색에서 바뀌질 않네요 답변좀 주세요 "감사합니다"
<table width="100%" border="1" bordercolor="e7e2e2" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="white">
<table width="100%" border="1" bordercolor="red" cellspacing="0" cellpadding="0">
<tr>
<td width="50" align="center" bgcolor="cccccc"><a href="<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>"><font color="white">MORE</font></td>
<td height="35" align="center"><a href="<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>"><b><?=$board[bo_subject]?></b></a></td>
<td width="30" height="35" align="center" valign="middle"><a href="<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>">
<img src="<?=$latest_skin_path?>/img/btn_more.gif" alt="전체보기" border="0" title="전체보기" /></a></td>
</tr>
</table>