Search found 1 match

by Blenheimer
Sun Oct 14, 2007 9:28 pm
Forum: Advanced Find and Replace
Topic: Adding a wild card... or 2?
Replies: 1
Views: 14259

Adding a wild card... or 2?

Hi There

I'm trying add some alt="" tabs to some HTML pages:

original
<td><img src="Images/tn_p_t_pac_wns.jpg" width=

to:
<td><img src="Images/tn_p_t_pac_wns.jpg" alt="my text etc" width=

but the image name varies (tn_p_t_pac_wns.jpg) with different lines ie. (tn_s_p_pad_wws.jpg)

Is there ...