mattscotney
Programmer
I require the following code to appear on two lines when displayed in a browser. What function / characters do I use?
Document.Write("hello" & ??? & "matt"
Example in browser:
hello
matt
Document.Write("hello" & ??? & "matt"
Example in browser:
hello
matt