|
i wanted to get rid of a chunk of data that changed every several pages
looked at the regular expression stuff , but then found this program called
HTML Batch Editor by Lucersoft.com
as long as the start and end of the data is the same you can batch delete the data from all your pages
eg: delete banners , in your source code if you have <---banner---> then your banner data , then <--end banner-->
you just tell html batch editor to start at <---banner---> and end at <--end banner-->
then you tell it the files/folder you want , it will then go ahead and delete everything that lays between those two points
|