Capturing HTML generated from ASP.NET
How do I best capture the HTML (in my instance, for logging) rendered by an aspx-page?
How do I best capture the HTML (in my instance, for logging) rendered by an aspx-page?
I am trying to make a game and I am trying to render a lot of text. When the text renders, the rest of the text goes off the screen. Is there any easy way to make the text go to the next line of the pygame window?