Line Feed

  • I have put a chr(10) line feed in a expression and it displays just fine in the preview in VS. When I deploy it to the web server it ignores it.

    How do I get the line feed to continue to the web server?

     

  • try replacing chr(10) with <BR>

  • I got it figured out. I put a vbcrlf in and it worked fine in both places.

    Thanks for the suggestion.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply