View Single Post
Old 02-13-2017, 01:00 PM   #11
chaot
Head of lunatic asylum
chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.
 
chaot's Avatar
 
Posts: 349
Karma: 77620
Join Date: Jun 2012
Location: UTC +1
Device: Tolino Vision 3HD
Quote:
Originally Posted by JSWolf View Post
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>

Last edited by chaot; 02-13-2017 at 01:06 PM. Reason: add: and therefore unreflected in the book
chaot is offline   Reply With Quote