what is the character for a new line in asp
For future-archeologists, the correct answer in javascript/jscript is \n and it's vbCrLf in vbscript.
If you want a line break between HTML elements or text, you need to use a <BR />
tag.
If you want to want the HTML source to have a line break, you need to output one - in classic ASP, using vbscript that would be vbCrLf
. In .NET you should use Environment.NewLine
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With