I am trying to modify the six <td>'s in each row of a 3,600
file.
e.g.
<tr style="vertical-align: top;">
<td>1908</td><td>5 jan.</td><td>FRANK AND IRA</td><td>Saint-Jean (N.-B.) </td><td>103,253</td><td>98</td><td>S'est échoué. Île Fisherman, Booth Bay (Maine)</td>
</tr>
Is there any way I could identify each of the 3,600 <td>'s in the first column in order to make adjustments like width or position, then indentify the second row of <td>'s, etc.
If I could find some way of working with <td>'s in the first, second, etc. row individually, then using, i.e. AceHTML or other editors, modify all 3,600 rows at once, and not have to change 21,000 <td>'s
file.
e.g.
<tr style="vertical-align: top;">
<td>1908</td><td>5 jan.</td><td>FRANK AND IRA</td><td>Saint-Jean (N.-B.) </td><td>103,253</td><td>98</td><td>S'est échoué. Île Fisherman, Booth Bay (Maine)</td>
</tr>
Is there any way I could identify each of the 3,600 <td>'s in the first column in order to make adjustments like width or position, then indentify the second row of <td>'s, etc.
If I could find some way of working with <td>'s in the first, second, etc. row individually, then using, i.e. AceHTML or other editors, modify all 3,600 rows at once, and not have to change 21,000 <td>'s