View Single Post
Old 10-13-2011, 05:56 PM   #12
praetor
Skeptiker
praetor began at the beginning.
 
praetor's Avatar
 
Posts: 84
Karma: 10
Join Date: Oct 2011
Location: Thüringen
Device: Kindle 3
Quote:
Originally Posted by Billi View Post
Ich habe es nicht ausprobiert, aber...
Hier hasdu ein schönes Minimalbeispiel. Ich kann daraus mit Calibre ein wohlformatiertes epub bauen. Mit Calibre nach mobi konvertiert, macht es HTML-Matsch (Verse am linken Rand). Aber die html via mail an ein Kindle geschickt, gibt wieder eine wohlformatierte mbp-Datei.

Wer daraus auf nachvollziehbarem Weg eine wohlformatierte mobi baut, kriegt von mir so viel Karma, wie ich hier vergeben kann.

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Title" content="Minimalbeispiel" />
<style type="text/css">
div {width:100%; text-align:center;}

h1, h2 {text-align:center;}

table {
border: medium solid black;
margin: auto;
}
</style>

</head>
<body>
<h1>Minimalbeispiel</h1>
<h2>Minimalvers</h2>
<div>
<table>
<tr>
<td>
Reim dich, oder reim dich nicht,<br />
Tust Du's nicht, dann hau ich dich!
</td>
</tr>
</table>
</div>
</body>
</html>

Last edited by praetor; 10-13-2011 at 06:01 PM.
praetor is offline   Reply With Quote