Results 1 to 4 of 4

Thread: dead quick newbie question...

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 2001
    Posts
    56

    dead quick newbie question...

    how do i get a newline in a web application? printing a vbcrlf appears to do nothing an a <br> is not present in the html.

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Try ControlChars.NewLine in the Microsoft.VisualBasic namespace.

  3. #3

    Thread Starter
    Member
    Join Date
    Aug 2001
    Posts
    56
    um..........................
    how do i do that?

  4. #4
    Hyperactive Member SoftwareMaker's Avatar
    Join Date
    Mar 2001
    Location
    Elbonia with Dilbert and Wally
    Posts
    322
    If you want a line feed on the web page, try Response.Write("<br/>")
    William T
    Software Architect / Chief Software Developer
    Softwaremaker.Net Pte Ltd
    http://www.Softwaremaker.net

    *** Things are always the darkest before they go pitch black ***

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width