Ver Mensaje Individual
  #11 (permalink)  
Antiguo 18/05/2005, 10:31
Avatar de TW3
TW3
 
Fecha de Ingreso: diciembre-2004
Mensajes: 45
Antigüedad: 19 años, 3 meses
Puntos: 0
Me FUNCIONO bIEN.

pero me da Otro interrogante?
si el contenido que nesecito sacar esta dentro de

Código HTML:
<table width="500" border="0" cellspacing="1" cellpadding="4" bgcolor="#6B4D44" align="center">
			 <tr bgcolor="#FDF6EB">
			  <td width="400" align=center><b>Keyword</b></td>
			  <td width="100"><b>Times</b></td>
			</tr><tr bgcolor="#FDF6EB"><td width="400">musica</td><td width="100">114</td></tr></table> 
Como puedo hacer para sacar digamos:

<td width="400">musica</td> ?

Y si hay + de uno.
<td width="400">musica</td>
<td width="400">Hola</td>...