| Code:
|
#
#-----[ FIND ]------------------------------------------
# in subSilver, the full line is
#
<!-- END memberrow -->
<tr>
<td
#
#-----[ IN-LINE FIND ]------------------------------------------
#
9
#
#-----[ IN-LINE REPLACE WITH ]------------------------------------------
#
[NUM_COLUMNS}
|
| Code:
|
#
#-----[ FIND ]------------------------------------------
# in subSilver, the full line is
#
<td class="catBottom" colspan="9" height="28"> </td>
#
#-----[ REPLACE WITH ]------------------------------------------
#
<td class="catBottom" colspan="[NUM_COLUMNS}" height="28"> </td>
|