I am trying to get several strings from a web page and add them to a listbox

each string I need to grab falls in between these two strings

Code:
<a rel='lightbox' href='
And
Code:
'>Image Only</a></td>
there will be several of these strings on the same page

I am pretty sure I can use string splits to do this but could use a little help to figure it out