Granny
All I do to programatically split a file is insert a Sigil Split Marker using REGEX
To split before a <h3 tag (add more terms to the REGEX if H3 is used elsewhere)
search : <h3
Replace: <hr class="sigil_split_marker" /> <h3
when complete (I do a save for good times), the press F6 to cause the split.
I have never had a mangle like you show. (XP, W7, or Linux)
|