본문 바로가기
프로그래밍/html & jsp

pre 태그 강제 줄바꿈

by Super User 2010. 9. 29.

<table width="630" height="250" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#B6B6B6" >
 <tr>
  <td width="630" align="left" style="vertical-align: top;padding: 5px;" class="rightCell" bgcolor="#FFFFFF" > <pre style="word-wrap: break-word;white-space: pre-wrap;white-space: -moz-pre-wrap;white-space: -pre-wrap;white-space: -o-pre-wrap;word-break:break-all; "><c:out value="${eaQnaActionForm.board.content}" /></pre> </td>
 </tr>
</table>

'프로그래밍 > html & jsp' 카테고리의 다른 글

CSS핵  (0) 2010.10.29
팝업창 중앙으로 위치  (0) 2010.09.15
HTML 윈도우창 닫힐때 발생하는 이벤트  (0) 2010.08.27
tinymce 에디터 사용법  (0) 2010.08.10
<PRE> 태그 길이 고정  (0) 2010.08.06