What is the regex expression in order to have the following result, for any image inside any html td ?
from:
<td width="7" height="50" nowrap>
<img src="/images/img_1.png" width="7" height="50" alt="" />
</td>
to:
<td width="7" height="50" nowrap background="/images/img_1.png"></td>