728x90
html, css table 에서 td 최소 사이즈 넣는 법
<table>
<thead>
<tr>
<td nowrap width="100">1111</td>
<td nowrap width="200">2222</td>
</tr>
</thead>
<tbody>
<tr>
<td>내용1</td>
<td>내용2</td>
</tr>
</tbody>
</table>
td 태그안에 nowrap 을 붙여주면 됨.
728x90
'프로그래밍 > HTML, CSS' 카테고리의 다른 글
자바스크립트 날짜 시간 input 박스에 넣기 (0) | 2020.05.04 |
---|---|
html th td 줄바꿈 제어하기 nowrap (0) | 2020.04.15 |
크롬에서 css 적용안될 때 이용법 (0) | 2020.04.15 |
CSS 테이블 효과 (0) | 2020.03.22 |
css 주석 처리하는 방법 (0) | 2020.03.22 |
댓글