Quote:
Originally Posted by Karellen
Thanks.
PHP Code:
<head> <title>Scrambled</title> <meta name="author" content="Leo Nikoleyevich Tolstoy"/> <meta name="generator" content="Duke Classics"/> <link href="stylesheet.css" type="text/css" rel="stylesheet"/> <style type="text/css"> </style> </head>
The problem is the <style> tag with empty / white spaces for a value.
Delete that line and the error will be cleared.
|
That did it. Thank you!
386 errors (one per part) seemed a bit much, even if it had no effect on the actual rendering of the book.
Out of idle curiosity, I wonder why the Calibre editor didn't identify that line. Or why the publisher, which obviously used Calibre, didn't notice and fix it.
Now I just have to decide if I want to read this translation or the Briggs version.
Quote:
== Edit ==
You then need to relink the stylesheet to the html page. That will fix the error.
|
This was not necessary. Editor and viewer found the stylesheet as is.