Adding HTML code to text
Posted: Sat Apr 25, 2009 3:49 am
Hello, I'm new to text pipe and find this program very amazing, yet confusing.
I have html files that were converted from excel files. I have to make some adjustments, most of them was able to figure out but some are just to confusing...
Here's somethings I need to do:
Add HTML tag around the image file names from
<td>imagename.jpg</td>
to this
<td><img src="/image/Products/imagename.jpg" alt="" ></td>
I also need to get rid of these columns in the table:
<td class=xl6627352 align=right width=56 style='border-top:none;border-left:
none;width:42pt'>$Prices.XX </td>
erase these columns completely.
Please not that my knowledge in this program is very limited. Only scripts I know are HTML coding and JavaScript, nothing about Perl or anything like that. Thank you for your help and advice, it is greatly appreciated.
I have html files that were converted from excel files. I have to make some adjustments, most of them was able to figure out but some are just to confusing...
Here's somethings I need to do:
Add HTML tag around the image file names from
<td>imagename.jpg</td>
to this
<td><img src="/image/Products/imagename.jpg" alt="" ></td>
I also need to get rid of these columns in the table:
<td class=xl6627352 align=right width=56 style='border-top:none;border-left:
none;width:42pt'>$Prices.XX </td>
erase these columns completely.
Please not that my knowledge in this program is very limited. Only scripts I know are HTML coding and JavaScript, nothing about Perl or anything like that. Thank you for your help and advice, it is greatly appreciated.