Line breaks not displaying
From: Phill (Phill_at_discussions.microsoft.com)
Date: 02/25/05
- Previous message: Joe Fawcett: "Re: Outlook express and VBScript"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 25 Feb 2005 08:55:06 -0800
I am selecting a description field from a SQL Server database and the text
within the field contains line breaks. But when I display the field in my
web page there are no line breaks. I tried the following:
mstrOutputBuffer = mstrOutputBuffer &
Replace(parsRecordSet("Job_Description"), vbCrLf, "<br>")
but that didn't work. How do I get my line breaks? Thanks.
- Previous message: Joe Fawcett: "Re: Outlook express and VBScript"
- Messages sorted by: [ date ] [ thread ]
Loading