Try the following:
Search: <p class="calibre1">[0-9]</p>
Replace with: nothing!!
Then add more [0-9] for the bigger numbers. The \d does not work as I thought... This will remove the complete line.
Oh, if it is already changed with <p class="calibre1">\d{1,3}</p>, then just replace it with nothing in the normal search mode.
|