Hello,
I have done a bit of searching but I can't get it exactly right.
I have an HTML file that I want to read.
In the file there are maybe 2000 cases of the following:
Code:
<FONT COLOR="#660066">X</FONT>
The color number changes however so instead of 660066 it may be sometimes FFFFFF, etc.
Anyways this line identifies above the "X" which I want to extract in each case (all 2000) and then I suppose I need to read them into an array then I can output them all without the font color info before and after them in one big long list.
I am a bit of a newbie but I am pulling a few things together. This is probably really easy to you experts there.
Thanks in advance!