Quote:
Originally Posted by gluejar
I'm working on some legacy html -> epub conversion software for Project Gutenberg.
It removes css rules that use px measurements. I have no idea why. Are there obscure or legacy epub readers that don't support px in css?
Eric
|
You don't need this legacy software. You can use Sigil or Calibre to turn this HTML into ePub.
Use em instead of px. For example, text-indent: 1.2em;