I have been searching for a way to insert linebreaks in my code for when I view my source. I am not looking for
Something like the PHP equiv t
In addition to the \n method, I have also embedded the HTML tag and used:
\n
Response.Write "First Line Of TextSecond Line Of TextThird line Of Text"