사진과 같은 들여쓰기 작성 양식입니다
첫번째 td에는 글머리기호를, 두번째 td에는 본문을 작성합니다
<table class="txt9pt w_s_normal" style="margin:0">
<colgroup>
<col style="width:20px">
<col style="width:calc(100% - 20px)">
</colgroup>
<tr>
<td class="nborder" style="vertical-align: top;">1.</td>
<td class="txtl nborder">내용</td>
</tr>
</table>
//css
.txt9pt { font-size : 9pt }
.w_s_normal { white-space : normal }
.nborder { border : none }
.txtl { text-align : left }
728x90
댓글