View Single Post
Old 07-26-2017, 01:02 PM   #9
jswinden
Nameless Being
 
Quote:
Originally Posted by HarryT View Post
That'll result in an ePub that will more than likely reference a load of non-existent class names, and hence will be invalid. That's really not a good idea.
How so? I've done this often in the past and the ePub always was able to be compiled. I used Sigil. There are also apps that will strip out CSS that is internally resident in the HTML file(s). If a class is not defined, it should default the element to the default value. The real issue, and a royal PITA, is when the publisher uses DIV tags and P tags for chapters headings, sub headings, and pretty much everything else. In that case, it is probably more trouble than it is worth to correct that mess.
  Reply With Quote