I am trying to just grab some text from a website using CFHTTP. The code
before the text is: <td class=boldText><b> The code after the text is:
</b></td></tr> ie. <td class=boldText><b>B's Automotive</b></td></tr>
I have found a solution for excluding the text I want but not for excluding the
rest of the web page so that I get just the 'B's Automotive' result. Thanks in
adavance, Brett.