테이블에서 col with = 20% 값을 주면 안먹는 이유
본문
제목 처럼 테이블에서 col with = 20% 값을 주면 안먹는 이유가 뭔가요?
다섯칸이라서
col with = 20%
col with = 20%
col with = 20%
col with = 20%
col with = 20%
이런식으로 들어가면 먹어야되는데 안먹히네요 ㅠㅠ
답변 2
<colgroup>
<col width="20%" />
<col width="20%" />
<col width="20%" />
<col width="20%" />
<col width="20%" />
</colgroup>
<thead>
<tr>
<th scope="col"></th>
<th scope="col"></th>
<th scope="col"></th>
<th scope="col"></th>
<th scope="col"></th>
</tr>
</thead>
이런식으로 해보세요~
width
답변을 작성하시기 전에 로그인 해주세요.