메뉴 건너뛰기


아이콘

표 만들기 - 투명 가로 2칸

<table style="border-collapse: collapse; background-color: transparent;">
  <tr>
    <td style="width: 200px; height: 100px; border: none; padding-left: 10px; vertical-align: top; text-align: left;">
      첫 번째 셀 내용
    </td>
    <td style="width: 200px; height: 100px; border: none; padding-left: 10px; vertical-align: top; text-align: left;">
      두 번째 셀 내용
    </td>
  </tr>
</table>