View Single Post
Old 11-04-2018, 01:56 AM   #27
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 47,260
Karma: 171291590
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by John F View Post
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.

Last edited by DNSB; 11-04-2018 at 01:02 AM.
DNSB is offline   Reply With Quote