Remove File Name in front of Chapters
Hi, I used Stanza a while back to create a ton of ePub files. The problem is it put's the title of the book in front of each chapter and it gets to be kind of a pain. I looked at the source code in Sigil and it appears it is putting it at <h1> and then the chapter name at <h2>. Is there any way to use the Remove Header or Remove Footer expressions to delete anything in a file that starts at <h1>. Please see below what the code looks like. I just want to have it remove the line entirely.
<div>
<h1>Test File</h1>
</div>
<div>
<h2>CHAPTER THREE</h2>
Thanks in advance for your help!
|