Thread: Remove Footer
View Single Post
Old 02-05-2010, 03:55 PM   #36
concern
Junior Member
concern began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Jan 2010
Device: Kindle 2
<p> and </p> just don't seem to want to match in the regexp. Even when I use a blanket expression such as this: Text.*$, if the $ envelops a <p> or </p> it doesn't work. I have to explicitly make sure that $ does not match one of these, so I use: Text.*More text. As long as "More text" finishes just before the <p></p> it is all good.

Any ideas when this will be fixed? Removing headers and footers at the moment is more about guesswork and experimentation.
concern is offline   Reply With Quote