태터데스크 관리자

도움말
닫기
적용하기   첫페이지 만들기

태터데스크 메시지

저장하였습니다.

  



table border 두께 얇게 설정

<html>
<body>
<p>

<table width=300 height=100 border=1>
  <tr>
    <td>
 before
    </td
    <td>
 before
    </td
  </tr>
</table

<p><p>

<table width=300 height=100 border="1" cellpadding="0" cellspacing="0"

style="border-collapse: collapse" bordercolor="#6969F5">
  <tr>
    <td border=0>
      after
    </tr>
    <td>
      after
    </td>
  </tr>
</table>
</body>
</html>

YOUR COMMENT IS THE CRITICAL SUCCESS FACTOR FOR THE QUALITY OF BLOG POST
  1. 니나노 2010/02/09 19:59  댓글주소  수정/삭제  댓글쓰기

    생유요