Forum Moderators: open
The content of each page luckily has comment tags to mark the start of the content and pretty consistent markup to denote the end of the content.
<!--Start Content-->
blah blah blah
</td>
</tr>
</table>
<table width="740">.....
I have tried to use the global find/replace tool and regular expressions in Homesite to strip everything in the file before the <!--Start Content--> but I get errors. I tried to use other text editors but the regular expressions only matches one line and not to the beginning of the file.
I have tried
.*<!--Start Content-->
^.*<!--Start Content-->
^^.*<!--Start Content-->
The site is on IIS without perl. So I am looking for a desktop type solution. I have homesite, dreamweaver, a few different text editors.
Any ideas please?