Removing IMG tag
Posted: Thu Dec 11, 2008 2:00 am
Please Help
I'm trying to edit my HTML tables and turn them into csv, I'm having a
problem taking out the <img src="/images/products/*.jpg"> tag and just turning
it the file name like *.jpg with out the <img> tag around it.
For example
<td class="picture"><img src="/images/products/dur_07_db201627.jpg"></td>
gotta turn into this
<td class="picture">dur_07_db201627.jpg</td>
I'm trying to edit my HTML tables and turn them into csv, I'm having a
problem taking out the <img src="/images/products/*.jpg"> tag and just turning
it the file name like *.jpg with out the <img> tag around it.
For example
<td class="picture"><img src="/images/products/dur_07_db201627.jpg"></td>
gotta turn into this
<td class="picture">dur_07_db201627.jpg</td>