테이블에서 col with = 20% 값을 주면 안먹는 이유

테이블에서 col with = 20% 값을 주면 안먹는 이유

QA

테이블에서 col with = 20% 값을 주면 안먹는 이유

답변 2

본문

제목 처럼 테이블에서 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
답변을 작성하시기 전에 로그인 해주세요.
전체 2
© SIRSOFT
현재 페이지 제일 처음으로