View Single Post
Old 06-29-2009, 12:22 PM   #27
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,550
Karma: 19500001
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
Quote:
Originally Posted by DaleDe View Post
Are you sure? Linked footnotes that link back automatically?, indents on all but the first paragraph of a chapter?
Just as well as with ePUB. At least I do them basically the same way.

Footnotes (in mobipocket HTML):
Code:
Blah, <a name="note1b"/>blah blah<a href="#note1">[1]</a>. Blah
...
...
<a name="note1"/>
<p>[1] This is a footnote</p>
<a href="#note1b">(Back)</a>
Indents (in mobipocket HTML):
Code:
<h1>Chapter 1</h1>
<p width="0em">The first pararagraph.</p>
<p>The second paragraph.</p>
<p>The third, etc.</p>
PS. Note that not having indent in the first paragraph of a chapter or section is not the custom in all languages, so I'm glad ebook formats don't are too MS-paperclip-smart

Last edited by Jellby; 06-29-2009 at 12:25 PM.
Jellby is offline   Reply With Quote