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
The best way is using tag like:
<%@ Language="VBScript" %> <% dim i for i=0 to 10 response.write(i & "") next %>