Quote:
Originally Posted by JSWolf
Basically, get rid of the extra meta code that was generated by pdftohtml from your head. Leave in what needs to be there and you'll be good to go.
|
I am already one step ahead. Testing the minimum! What you refer to was meant as an example. Anyway!
Assuming we got a stylesheet (and want to have it reflected in our book). Because we can have a stylesheet not appearing in the head section, and therefore unreflected in the book (I test that).
Then this is the minimum and function!
Code:
<?xml version='1.0' encoding='utf-8'?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<link href="stylesheet.css" rel="stylesheet" type="text/css"/>
</head>