Quote:
Originally Posted by theducks
I clean the CSS (what you showed) entry of any -aw-bookmark (there are start and end types)
Code:
\.calibre\d+ \{\s+\-aw\-bookmark\-.+?: .+?\s+\}
those with:
any calibre number {
any that start with the phrase
}
|
Would that not still leave the <a..>...</a> in the text portion? Remember that by default, an ePub underlines and uses blue for a link.
I'm using Sigil so I delete all the -aw-bookmark items from the CSS, remove unused from the text and then use the editing toolbox to remove any naked <a> tags.