Dear all, I have trouble again with preg_replace again. I terrible need a book for preg_replace
my intention is to replace <td> author </td>
with <td> Level1 </td>
Any ideas? the <td> author </td>
is wrapped with other HTML element
<td align="center">
<a onclick="return listItemTask('cb1','block')" href="javascript:void(0);">
<img width="16" height="16" border="0" alt="Blocked" src="images/tick.png">
</a>
</td>
<td>
Author
</td>