View Single Post
Old 10-29-2011, 07:40 PM   #7
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: 31,098
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
The code is malformed to boot.
Code:
<P class="next">
<A HREF=p2.html><IMG BORDER=0 SRC=../../graphics/next.gif></A>
</P>
It is missing a closing </P>

anyway, Sigil can do this on a complete book (all HTML files)

Search:
Code:
<P class="next">\s+<A HREF=p\d+.html><IMG BORDER=0 SRC=../../graphics/next.gif></A>
The \s+ handles the line split
the \d+ grabs any number of digits
Replace with <nothing>
theducks is offline   Reply With Quote