How do I keep the linebrakes and paragraphs entered via webform?

fregal

New member
Local time
Today, 19:42
Joined
Jun 20, 2002
Messages
9
Hi!

I would think this is elementary, but I cant find the solution anywhere...

This is the case:

Example:

A guestbook where users write to a access db by entering text to a webform on a asp.

A asp that query the access db and output the results.

So far, so good - but:

Question: How do I get the correct text formatting in the result webpage. I want to keep linebrakes and paragraphs.

(BTW: is there any good editors that could be used in a asp?)


Hope anyone can help me, thanks.


--
Best regards
fregal
 
Solution:

There is only one solution to this problem:
When you save the entry in your DB you have to replace the VBCRLF with "<BR>".
 

Users who are viewing this thread

Back
Top Bottom