Line breaks not displaying

From: Phill (Phill_at_discussions.microsoft.com)
Date: 02/25/05

  • Next message: qq: "About window.open"
    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.


  • Next message: qq: "About window.open"
    Loading