table[tr/td/b/font='Nohup Files']
seems to work for getting the table element, if that's what you are wanting. I tried it out with the following structure
<root>
<table>
<tr><td><b><font>Not this one</font></b></td></tr>
</table>
<table>
<tr><td><b><font>Nohup Files</font></b></td></tr>
</table>
<table>
<tr><td><b><font>Other</font></b></td></tr>
</table>
</root>