Una ultima ayudita :3
Si el codigo de el archivo .html fuera:
Código:
<div id="divMessage" class="numerito"><center>
<table border="0" width="240" height="27" cellspacing="0" cellpadding="0">
<tr>
<td width="240" background="algo.jpg"><img src="algo.jpg" /></td>
<td width="240">1</td>
<td width="240"><img src="algo.jpg" /></td>
</tr>
</table>
</center></div>
¿Como recupero el 1? Es decir el de esta linea:
<td width="240">1</td>
ES que tengo problemitas con los nodos :3
De antemano muchas gracias.