Issue: Title page. Part of the title should appear above, other part below. How to do?
HTML
Code:
<h1>Title</h1>
</div>
<p>Explanation</p>
<div class="absolute">
<p>Advice</p>
</div>
CSS
Code:
div.absolute {
position: absolute;
bottom: 0;
Works fine in calibre file preview - but not in my e-reader.