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






