프로그래밍/html & jsp
<PRE> 태그 길이 고정
Super User
2010. 8. 6. 16:35
1. WIDTH 고정
<TABLE STYLE = "word-wrap:break-word;">
2. WIDTH, HEIGHT 고정
<TABLE STYLE = "word-wrap:break-word; table-layout: fixed">
3. WIDTH, HEIGHT 고정, 스크롤바 생성
<TABLE STYLE = "word-wrap:break-word; table-layout: fixed">
<pre style="width: 100%; height: 100%; overflow: auto;">