Reply To: Bold Italics when exporting to ePub

Home Page / Forums / EPUB and eBook / Bold Italics when exporting to ePub / Reply To: Bold Italics when exporting to ePub

#71641
Aaron Troia
Participant

Unfortunately it’s not possible, you have to use a span tag and class to do bold italic text on ePub Export. If you need/want to edit the HTML/CSS I would do a GREP search for your span tag <span class=”[your-bold-italic-class]”>(.+?)</span> and replace with $1. This is something that bugs me too, so for all my ePub Exports I go in and clean up all the , , and <sup> tags that have classes (that I dont want to have classes) and any spanned classes that I can convert to semantic mark up such as bold italic. Hope this works for you.

This article was last modified on November 14, 2014

Comments (0)

Loading comments...