Quote:
Originally Posted by DNSB
Removing the class from the span or making the class in the CSS a do-nothing are effectively the same. My personal choice is to replace the entire span by using a simple regex in Sigil. Something like <span="dropcaps">(.*?)</span> with the replace being \1 (basically whatever the expression inside the brackets works out to, generally a "[A-Z] or [A-Z]. The next time I run Delete unused stylesheet selectors, the entry in the CSS stylesheet also vanishes.
As usual, many ways to achieve the same end. Whichever one you find easiest is the best choice for you.
|
I use Disp's Editing Toolbag for something like this.