Thread: Sigil Find
View Single Post
Old 08-30-2010, 07:47 AM   #2
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 30,986
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by crutledge View Post
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>
theducks is offline   Reply With Quote