TOWENS
04-20-2012, 03:08 PM
I'm reading data from a SQL DB that is formated as HTML. Here is an example. I'm tryning to extract the 2 lines of text from the HTML. Any ideas?
<html><body><font color="#1F497D">This is line 1</font><br><font color="#1F497D">This is line 2</font></body></html>
Thanks,
Tom
<html><body><font color="#1F497D">This is line 1</font><br><font color="#1F497D">This is line 2</font></body></html>
Thanks,
Tom