본문 바로가기

프로그램/html

table width를 고정하기

반응형

* 목적

table 의 width가 자동으로 늘어나지 않고 부족할 경우 줄바꿈 되도록 설정


* 내용

1. table에 css 추가 table-layout:fixed;word-break:break-all;

2. td에 height 설정 추가 height="auto" 

- 크롬에서는 이것 추가 안해도 잘 되엇으나 ie8.0 에서는 안되어서 이 설정 추가


* 참고url

http://opencode.co.kr/bbs/board.php?bo_table=html_tips&wr_id=1