채택완료

테이블 상단에 라인을 굵게 하고 싶습니다.

수고하십니다.

테이블 상단(지역위에요)에 라인을 굵게해서 보여주고 싶은데

잘 모르겠어서요.

 

조언 좀 부탁드립니다.

 

Copy
<p>
   <table align="center" bgcolor="#fafafa" cellpadding="10" cellspacing="10" style="border-color: #e5e5e5; border-style: solid; border-width: 1px; border-collapse: collapse; width: 100%;">
      <tbody>
         <tr>
            <td style="border-style: solid; border-width: 1px; border-color: #e5e5e5; width: 20%;">지역</td>
            <td style="border-style: solid; border-width: 1px; border-color: #e5e5e5; width: 80%;">&nbsp;</td>
            </tr>

         <tr>
            <td style="border-style: solid; border-width: 1px; border-color: #e5e5e5; width: 20%;">연락처</td>
            <td style="border-style: solid; border-width: 1px; border-color: #e5e5e5; width: 80%;">&nbsp;</td>
            </tr>
         <tr>
            <td style="border-style: solid; border-width: 1px; border-color: #e5e5e5; width: 20%;">주소</td>
            <td style="border-style: solid; border-width: 1px; border-color: #e5e5e5; width: 80%;">&nbsp;</td>
            </tr>

         <tr>
            <td style="border-style: solid; border-width: 1px; border-color: #e5e5e5; width: 20%;">&nbsp;태그</td>
            <td style="border-style: solid; border-width: 1px; border-color: #e5e5e5; width: 80%;">&nbsp;</td>
            </tr>
         </tbody>
      </table>
   </p>
|

답변 4개 / 댓글 4개

채택된 답변
+20 포인트

Copy
<p>
   <table align="center" bgcolor="#fafafa" cellpadding="10" cellspacing="10" style="border-color: #e5e5e5; border-style: solid; border-width: 3px;border-left: 1px;border-right: 1px;border-bottom: 1px; border-collapse: collapse; width: 100%;">
      <tbody>
         <tr>
            <td style="border-style: solid; border-width: 1px; border-color: #e5e5e5; width: 20%;">지역</td>
            <td style="border-style: solid; border-width: 1px; border-color: #e5e5e5; width: 80%;"> </td>
            </tr>
         <tr>
            <td style="border-style: solid; border-width: 1px; border-color: #e5e5e5; width: 20%;">연락처</td>
            <td style="border-style: solid; border-width: 1px; border-color: #e5e5e5; width: 80%;"> </td>
            </tr>
         <tr>
            <td style="border-style: solid; border-width: 1px; border-color: #e5e5e5; width: 20%;">주소</td>
            <td style="border-style: solid; border-width: 1px; border-color: #e5e5e5; width: 80%;"> </td>
            </tr>
         <tr>
            <td style="border-style: solid; border-width: 1px; border-color: #e5e5e5; width: 20%;"> 태그</td>
            <td style="border-style: solid; border-width: 1px; border-color: #e5e5e5; width: 80%;"> </td>
            </tr>
         </tbody>
      </table>
   </p>

답변에 대한 댓글 1개

소스 수정을 해주셨네요.
감사합니다. 잘 됩니다.

<style>

table {border-top:5px solid #cc0000;}

</style>

답변에 대한 댓글 1개

스타일을 줘서도 가능하군요.
감사합니다.

답변에 대한 댓글 1개

즐겨찾기 해두었습니다.
감사합니다.

답변에 대한 댓글 1개

감사합니다.

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