<html>
<td id="item_menu" class="line" valign="top" width="100%">
<a class="nopd" target="mainly" href="http://myfruits/aboutfruits.html">About fruits</a>
</td>
<td class="line" id="item_menu" valign="top" width="100%">
<b>Common Fruits</b>
<div class="tree tree-top" style="-moz-user-select: none;"><div class=" tree-item tree-lines-t" style="-moz-user-select: none;"><table class="tree-table" style="-moz-user-select: none;" cellpadding="0" cellspacing="0"><tbody style="-moz-user-select: none;"><tr style="-moz-user-select: none;"><td class="tgb icon customIcon" style="-moz-user-select: none;"></td><td class="label" style="-moz-user-select: none;"><a href="http://myfruits/apple.html" target="cmain" title="CONTENT: TOC">Apple</a></td></tr></tbody></table></div>
<div class="tree tree-top" style="-moz-user-select: none;"><div class=" tree-item tree-lines-t" style="-moz-user-select: none;"><table class="tree-table" style="-moz-user-select: none;" cellpadding="0" cellspacing="0"><tbody style="-moz-user-select: none;"><tr style="-moz-user-select: none;"><td class="tgb icon customIcon" style="-moz-user-select: none;"></td><td class="label" style="-moz-user-select: none;"><a href="http://myfruits/orange.html" target="cmain" title="CONTENT: TOC">Orange</a></td></tr></tbody></table></div>
</td>
</html>
I was able to grab all the links in that html code But i want to grab all the links that is under
<td class="line" id="item_menu" valign="top" width="100%">
<b>Common Fruits</b>
I was wondering how do I can grab the the links under the "Common fruits"
how to get grab http://myfruits/orange.html and a http://myfruits/apple.html in that table