Ver Mensaje Individual
  #4 (permalink)  
Antiguo 19/01/2010, 14:53
Myless
 
Fecha de Ingreso: enero-2010
Mensajes: 88
Antigüedad: 14 años, 3 meses
Puntos: 2
Respuesta: Ayudita con un codigo

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.