Quote:
Originally Posted by crutledge
I have run into this several times and will finally ask for help.
The following code appears at the end of each chapter and I wish to remove it.
Code:
<p><br />
<br />
<br /></p>
Find is set to NORMAL and FIND ALL and reports that it cannot find it.
What am I doing wrong?
|
You probably forgot the non printing "newlines" and tabs/spaces that vary and you can't see them in Sigil
If you copy and paste, you also some times can pick them pick up Or there is a leading spaces/tabs on each line.
you could try (wildcard, with extreme care, if replace all.)
Code:
*<p><br />?
?<br />?
?<br /></p>