Ok, so I want to get a piece of an external file to be able to show up in my page without any other part of the file attached.
The reason I can't just copy the code I want is because it is an updating number, the number in the external file will update very frequently.
Here is a piece of the actual code(it is not all in this pattern):
<td align="right">236,703</td>
<td align="right">73</td>
<td align="right">1,093,574</td>
In the code above I would want to get 1,093,574 but not any other part of the code.
Thanks