Quote:
Originally Posted by wmaurer
Tompe, I've been putting together a simple eBook in html. For this book I don't want the first line of the paragraph indented, but the html2mobi script is doing so. Is this an option in the mobipocket file format?
-Wayne
|
The default in MobiPocket is to use paragraphs with first line indented. html2mobi does not add anything related to this.
http://www.mobipocket.com/dev/articl...tification.htm
explains how to avoid indentation (one way is <p width= 0>).