
September 1st, 2004, 03:16 AM
|
|
Registered User
|
|
Join Date: Sep 2004
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
formating text in ASP page
Hello frends,
I entered a text in a text area in one page.I am storing the text in a database.In other page i tried to display the text in a table ,like this..
<TABLE WIDTH="650" BORDER="0" ...>
<TR><TD>
<%=DBText%>
</TD></TR>
</TABLE>
when i tried to do this,i am not able to get the line feed and carriage returns which i entered in the previous page.Can you tell me how to get these line feed and carriage return in the table.If i am unclear pls let me know.i'll explain in detail.I appreciate the help your giving me.
Regards,
Deepak
|