<div>
<a href="http://website/forum/f80/ThreadLink-new/" id="thread_gotonew_565407"><img class="inlineimg" src="http://website/forum/images/buttons/firstnew.gif" alt="Go to first new post" border="0" /></a>
[MULTI]
<a href="http://website/forum/f80/ThreadLink/" id="thread_title_565407" style="font-weight:bold">THREAD TITLE</a>
</div>
I know for a fact that the link I am interested in is gonna be bold:
font-weight:bold
But the link itself comes before. How would I be able to match both the link address:
http://website/forum/f80/ThreadLink/
and the thread title:
THREAD TITLE
EDIT: Internet Explorer HTML code is very different:
<A style="FONT-WEIGHT: bold" id=thread_title_565714
href="http://LinkAddress-565714/">ThreadTitle</A> </DIV>