Thread: epubcheck Error
View Single Post
Old 05-23-2024, 02:18 PM   #33
mdpeterson42
Enthusiast
mdpeterson42 began at the beginning.
 
Posts: 27
Karma: 10
Join Date: May 2024
Device: Kindle
Quote:
Originally Posted by theducks View Post
Not a 'naked' span for Italics. A Span with a style (<span class="<selector name here>" ) that contains font-style:italic;
eg (very basic usage)
Code:
.calibre3 {
  font-style: italic;
}
Right - I had tried <span class="calibre6"> (which is what it used for the original emphasis), but still got the error.
mdpeterson42 is offline   Reply With Quote