Search found 1 match

by jglaz00
Tue Apr 05, 2005 8:58 pm
Forum: Advanced Find and Replace
Topic: afr with HTML styles
Replies: 1
Views: 14285

afr with HTML styles

I was hoping someone may have thoughts on the following:

I presently have a bunch of files that contain the following HTML code:

<td class="jefftd">bunch of text with spaces here</td>


I need to replace these occurrences with the following:

<td class="jefftd"><span class="jeffspan">same ...