英字スペースなし改行なしtest


ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssseeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeerrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
     <c:forEach var="row" items="${t0_list}" >
			    <tr>
			    <c:forEach var="t" items="${row}"  varStatus="s">
			    <c:choose>
			    <c:when test="${s.index==0 ||s.index==1 }">
			      <td> <div style="width:200px; word-wrap:break-word;">${t}&nbsp;</div></td>
			     </c:when>
			     <c:otherwise>
			       <td>${t}&nbsp;</td>
			     </c:otherwise>
			     </c:choose>
			    </c:forEach>
			    </tr>
	   </c:forEach>

  word-wrap:break-word
 
http://www.yzznl.cn/archives/newline-characters-force.html
 
  http://bbs.blueidea.com/thread-2905733-1-1.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gbk" />
<title>            - Powered by ry168.net</title>
<style>
table{width:100px;word-break:break-all;}
</style>
</head>
<body>
<table border="1"><tr><td>erererererererererererererererererererererererererererererererererererererererererererererererererer</td></tr></table>
</body>
</html>