PDA

View Full Version : word wraping


ahmedsoliman
01-07-2003, 02:56 PM
Now I design forums site,but I have a problem!
When I insert the thread to the table in memo type then display it, the html doesn't support word warping, for example:
When the thread like:
(
Hi whammy
Congratulation for the good work in this forum.
ahmed soliman
)
when using respons.write(rs(4)) or<%=rs(4)%> or using htmlencode it appears in one line or more as width of the table like that:
(Hi whammy Congratulation for the good work in this forum. ahmed soliman )
I am using visual interdiv,winxp,iis,accessxp
How to solve it

NinjaTurtle
01-08-2003, 04:39 AM
try to put a <Pre></Pre> between ur memo text.

ahmedsoliman
01-08-2003, 04:57 PM
thanks. it works.