How to force HTML <td> to display on new lines rather than across the page on one line?
ASP.NET
2
Posts
2
Posters
3
Views
1
Watching
-
:confused:My HTML source output in NotePad prints entirely on one line: 1234 How could I use the \r\n or something similar to create line breaks (c#.net), thereby making my output easier to debug? That is I want each to appear on a new line. I tried using
, but that still prints on the same line all the way across. Thanks in advance! -
:confused:My HTML source output in NotePad prints entirely on one line: 1234 How could I use the \r\n or something similar to create line breaks (c#.net), thereby making my output easier to debug? That is I want each to appear on a new line. I tried using
, but that still prints on the same line all the way across. Thanks in advance!