having an html page with this code should copy only the text "Hey hello is the
text." How can I do? with the filters? or what?
<table class="domande" cellspacing="0">
<tr>
<td class="head">numero<br/>figura</td><td class="head">Domanda</td>
<td class="head">Risposta</td>
</tr>
<tr class="color0"><td class="domanda">Hey hello is the text.</td>
</tr>
</table> |