My program grabs the html source, and I'm not sure how to seperate it enough just to get a certain part.. here is a section of the HTML..
In the source of the entire page, there are many things likeHTML Code:<tr> <td align=right> <font face=arial size="-1">AS DA:</font></td> <td><font face=arial size="-1"><b>John</b></font> </td> </tr>I want to know how to find the John part somehow using theHTML Code:<font face=arial size="-1">part to get it. Thanks for any help.HTML Code:AS DA




Reply With Quote