|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
wordwrap problems with response.write
<i><b>Originally posted by : andrew (harrison@tiscalinet.it)</b></i><br />When the results of my database search are printed out, the text is just printed on one long line and does not wrap. How can I alter:<%response.write(RS("title"))%> to correct this.<br />To see what I mean you can see it at http://web.zonalingue.com/inmilan/form.htm<br /><br />Thanks<br />
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : STEVENS (stevens@worldshare.net)</b></i><br /><br />First of all, Make sure your data has spaces and that it is not just 1 word. The use Replace(rs("?????????"), vbCrLf, "<BR>" & vbCrLf, 1, -1, 1).<br />That should do it.<br /><br /><br /><br />------------<br />andrew at 10/31/2000 7:54:30 PM<br /><br />When the results of my database search are printed out, the text is just printed on one long line and does not wrap. How can I alter:<%response.write(RS("title"))%> to correct this.<br />To see what I mean you can see it at http://web.zonalingue.com/inmilan/form.htm<br /><br />Thanks<br />
|
![]() |
| Viewing: ASP Free Forums > Database > SQL Development > wordwrap problems with response.write |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|