Quote:
Originally Posted by DaleDe
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