So, I have the basic socket where it connects to a webpage, and dumps the page source into a text document so I can check if there is new posts on a forum. But I always never get it the way it shows as if I were to view the page source through a web browser.. For example, heres a complete line:

Right: <td class="lc"><a href="index.php?showuser=276033">LostPeon</a><img height=10 width=10 src="/images/i2.gif"><br><span class="desc">Thu, Nov 1 2007, 09:40pm</span></td>

Wrong: <td class="lc"><a href="index.php?showuser=276033">LostPeon</a><img height=10 wi


As you can see where it cuts out.. This can happen to more then one line, but almost every check it has cut lines, but not every line.. Is there some sort of technique these web browsers use to always display the correct page source? Anyways, thanks for any help.