Quote:
Originally Posted by Rand Brittain
I've gotten into the habit of using <span class="bold"> for bold text because someone told me a long time ago that <b> was deprecated. It's lately become clear to me that this was incorrect and I should probably be using <strong>.
|
That again is incorrect. <b> is not deprecated. It works perfectly well in ePub 2/3. You are better using <b> then <strong>.
Quote:
Is there a way to replace every instance of that particular <span> tag in an ePub, including the closing tag with a <strong> tag, other than doing it all manually?
|
The best way to do this is to install
Diaps Editing Toolbag plugin. It's a Calibre editor plugin and will do what you want without the need to create your own regex. It works very well and I use it a lot.