从数据库中提取出的数据怎么才能让它自动换行。以下是代码
<!--#include file= "vbadodb.asp "-->
<%
set rs=server.createobject( "adodb.recordset ")
sql= "select * from News where id= "& replace(request( "id "), " ' ", " ")
rs.open sql,conn,1,1
if not rs.eof then
%>
<body>
<table width= "100% " border= "0 " cellspacing= "0 " cellpadding= "0 ">
<tr>
<td width= "6% " height= "241 " rowspan= "2 " align= "left " valign= "top "> <script type= "text/javascript ">
AC_FL_RunContent( 'codebase ', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0 ', 'width ', '60 ', 'height ', '550 ', 'src ', 'swf/lefttop ', 'quality ', 'high ', 'pluginspage ', 'http://www.macromedia.com/go/getflashplayer ', 'scale ', 'noborder ', 'movie ', 'swf/lefttop ' ); //end AC code
</script>
<noscript>
<object classid= "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 " codebase= "http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0 " width= "60 " height= "550 ">
<param name= "movie " value= "swf/lefttop.swf " />
<param name= "quality " value= "high " />
<param name= "SCALE " value= "noborder " />
<embed src= "swf/lefttop.swf " width= "60 " height= "550 " quality= "high " pluginspage= "http://www.macromedia.com/go/getflashplayer " type= "application/x-shockwave-flash " scale= "noborder "> </embed>
</object>
</noscript>
</td>
<td width= "10% " height= "126 " align= "left " valign= "top " class= "righttop1 "> </td>
<td width= "665 " rowspan= "2 " align= "center " valign= "top ">
<table width= "665 " height= "75 " border= "0 " cellspacing= "0 " cellpadding= "0 " align= "center ">
&