I generate much of my html via ASP response.write statements because there is a great deal of if then else logic in some of my pages. The problem I am having is when the page is displayed in the browser the page source shows the majority of the HTML on one line and is not readable, although my original ASP files are easily read. Is there a command or function in ASP that will tell the HTML to start a new line?