El problema es que tengo un monton de HTMLs con este codigo:
Código HTML:
<table>
<tr>
<td width=20 valign="top"><img src="../../../images/red_dot.gif" hspace=2 vspace=3 width=9 height=9 alt="bullet"></td>
<td valign="top">
<font face="Verdana, Arial, Geneva, sans-serif" size=2>
<a name="Dict_49"><B>abatement</B></a> [<FONT SIZE=-1>ENGINEERING</FONT>] <B>1.</B> The waste produced in cutting a timber, stone, or metal piece to a desired size and shape. <B>2.</B> A decrease in the amount of a substance or other quantity, such as atmospheric pollution.<br>
{ <img border=0 src=../../../__chars/e/special/schwa/black/med/base/glyph.gif align=middle alt="schwa"><img border=0 src=../../../__chars/quotes/special/primestress/black/med/base/glyph.gif align=top>b<img border=0 src=../../../__chars/a/special/macr/black/med/base/glyph.gif align=bottom alt="a macr">t<img border=0 src=../../../__chars/circle/special/midbull/black/med/base/glyph.gif align=middle alt="mid bullet">m<img border=0 src=../../../__chars/e/special/schwa/black/med/base/glyph.gif align=middle alt="schwa">nt }
</font>
</td>
</tr>
</table>
Son un monton de HTMLs que se maquetaron hace bastante tiempo y ahora se les ocurre la genial idea de que hay que pasarlo a una BD...
Lo que yo quiero es buscar y extraer lo que esta entre <font face="Verdana, Arial, Geneva, sans-serif" size=2> y </font> y no sé como hacerlo...
Ya puse un post sobre este tema
http://www.forosdelweb.com/f15/extraer-palabras-texto-465244/
pero no me funciona para lo arriba mencionado...