Removing between HTML comments
Posted: Sun May 10, 2009 9:27 pm
Is it possible to block the following:
Basically I want to match everything between the starting html comment <!--Adbox--> and the ending <!-- End AD Box -->.
Thanks in advance (if it can be done!)
Code: Select all
<!--Adbox-->
<br>
<table style="width: 95%;" border="0" cellpadding="4" cellspacing="1">
<tbody><tr>
<td><table style="width: 100%;" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td class="bottom">
<center>DIFFERENT AD TEXT HERE</center>
</td></tr>
</tbody></table></td></tr></tbody></table>
<!-- End AD Box -->
Thanks in advance (if it can be done!)