-
Hi,
I'm planning on creating a web that will allow different
users to submit their codes. These codes will be stored in a Memo Field. The problem that I'm having is that when ever I display the contents of the Memo Field it
Jumbles up every thing. How can I display the contents of
the Memo field in the same way (format) in which it was enter by the users. A very good example is this Bulletin
Board.
Any Suggestions??
-
You might need to parse the text from the memo field and replace carrige-return/line feeds with <BR> tags to make it display correctly.