Excuse me for the bad english, but i try to explain my trouble.
I have about 600 files with very much alike structure:
Code: Select all
...arbitrary code...
<!-- Anchor of begin, identical in all 600 files -->
Photo 1, unique file name
Photo 2, unique file name
Photo 3, unique file name
..... e.t.c., quantity of photos is different in various foles
<!-- Anchor of end, identical in all 600 files -->
...arbitrary code...
My example must look like this:
Code: Select all
...arbitrary code...
<!-- Anchor of begin, identical in all 600 files -->
Photo 1, unique file name
Photo 2, unique file name
Photo 3, unique file name
..... e.t.c., quantity of photos is different in various foles
<!-- Anchor of end, identical in all 600 files -->
<!-- Anchor of begin inserting, identical in all 600 files -->
Photo 1, unique file name
Photo 2, unique file name
Photo 3, unique file name
..... e.t.c., quantity of photos is different in various foles
<!-- Anchor of end inserting, identical in all 600 files -->
...arbitrary code...