So I want to get some text from a web page and get it to show up in my program. Here's the part that has what I want:
I want to get the "524", but it's always changing.
Code:
<div style="float: right; clear: right; background: #1daa42; color: #FFF; padding: 3px; border: 1px solid #000;">Online</div><br /><br /> <div style="float: left; clear: left; padding: 3px;"> Players Online: </div> 524 </div> </div>
Comment