¿Y si le pones el display: none al tr? Lo he probado y me ha funcionado. Quedaría así:
Código HTML:
<table border=0 cellpadding='1' cellspacing=1>
<tr style='display: none;'>
<td>";
<a href='" + url +"/"+ f.item().name + "' target='_blank'>
<img src='"+imagen+"' hspace='0' vspace='0' border='0'>
</td>";
<td width='350'>";
<a href='" + url +"/"+ f.item().name + "' target='_blank'>hola</a>
</td>
</tr>";
</table>