I currently have approx 300 html documents that need to be modified. Rather then opening every one of these in Dreamweaver and manually changing them I had hoped for a script to do this.. I just need to replace the line <td width="18%" nowrap="nowrap" bgcolor="#F0F0F0" class="SubCats">Material:</td>
with
<td width="18%" nowrap="nowrap" bgcolor="#F0F0F0" class="SubCats"><strong>Material:</strong></td>
By putting Strong in the proper area.
Does anyone know of a script that can do this automatically for me.
Thanks
Chip