Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Processing Carriage Returns from a Form

Status
Not open for further replies.

Cassien

Programmer
Sep 17, 2002
94
0
0
Hi,

I'm looking to dynamically populate a number of pages from a database. The problem I have come across through is carriage returns for large blocks of text. I would like users to, in places, be able to include paragraphs of text. How do I process and store the carriage returns in my database and then pull them out again when displaying to other users?

Cheers,

Cass
 
op, solved it.

I'm using:

<p><%=replace(TextStringFromDB, VbCrLf, "<br>")%></p>


Cass


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top