View Single Post
Old 04-07-2012, 04:04 AM   #6
Nick_1964
Bookworm
Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.
 
Nick_1964's Avatar
 
Posts: 975
Karma: 768585
Join Date: Aug 2010
Location: Netherlands
Device: Sony prs-650, Kobo Glo HD (2x), Kobo Glo
Its epub, the writer died a long time ago.
http://waterman.mine.nu/~wood/index.php (in dutch) then look at Proza / Bob Evers serie
You see a PDF and a epub, but the e-pub is badly formed.
It is a kind of flowable but not ok ( see what happens if you watch it in ADE and make the screen big)
I did managed to change the content of the css in:
Code:
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title></title>
  <link href="../Styles/style001.css" rel="stylesheet" type="text/css" />
</head>
table.main {}
 tr.row {}
 td.cell {}
 div.block {}
 div.paragraph {}
h1 {text-align:center;}
h2 {text-align:center;}
h3 {text-align:center;font-weight: bold;font-size: 1.44449em;}
p {margin: 0;}
body, div, p, h1, h2, h3, h4, none { margin: 0; }
Then with massive replace with sigil I change every code to <p> and </p>
Then it is completely reflowable but it's massive work.
I was hoping there is a shorter way..
Nick_1964 is offline   Reply With Quote