Daniel ----- wrote: > So server side... If you use the Hpricot Gem you can do this pretty > easy. > > a = "<td><B><font color=006689>123.20</font></B></td>" > value = Hpricot( a ).innerText.strip > > HTH > Daniel Hi Daniel Thanks! Great gem! It's exactly what I want, and so simply! Thanks very much. ak756 -- Posted via http://www.ruby-forum.com/.