Quote:
Originally Posted by John F
I use Calibre, send kepub on the fly, and I don't think I'm using external style sheets, so would this firmware be a problem for me?
I have a Forma coming on Tuesday, so want to be prepared.
|
In the sense being used here (I think), an external stylesheet is internal to the epub but linked to the text files. If you look at an epub in an editor, you'll see a <head>....</head> section in which you'll see a piece of code similar to:
Code:
<link href="../Styles/stylesheet.css" type="text/css" rel="stylesheet"/>
You can also embed the styles in each text file or you can have the styles added to every tag. Neither of which is, IMNSHO, a good idea.