I would like to turn:
<p><b>Note: </b>MyNotes</p>
into:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="../images_common/note.jpg">
</td>
<td><p><b>Note: </b>MyNotes</p>
</td>
</tr>
</table>
I've tried using a Find and Replace of the specific tag P containing Note:, and using the Add Before Start Tag and Add After End Tag to try and put in the table tags - but can't get it to work.
Any tips very much appreciated - I have hundreds to do, so there's a big incentive to automate it!!
Thanks.
<p><b>Note: </b>MyNotes</p>
into:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="../images_common/note.jpg">
</td>
<td><p><b>Note: </b>MyNotes</p>
</td>
</tr>
</table>
I've tried using a Find and Replace of the specific tag P containing Note:, and using the Add Before Start Tag and Add After End Tag to try and put in the table tags - but can't get it to work.
Any tips very much appreciated - I have hundreds to do, so there's a big incentive to automate it!!
Thanks.