채택완료

질문좀 드릴게요

2014-04-02 (수) 23:58:26 4,161

아래 소스에서 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>

|

답변 2개 / 댓글 1개

채택된 답변
+20 포인트
2014-04-03 (목) 01:45:25
border="1" bordercolor="red"를

style="border:1px solid #000;" 으로 바꿔보세요

답변에 대한 댓글 1개

Terrorboy님 답변 감사합니다. 그런데 이상한게요 오늘 회사가서 봤더니 회사컴에서는 적용한 소스대로 변경되서
출력이 되는데요 집에컴터만 적용이 안되는거 같아요 원인이 먼지 모르겠네요 "수고하세요"
2014-04-03 (목) 19:10:13
채택 부탁 드려요

답변을 작성하려면 로그인이 필요합니다.