If anyone else likes HTML and wants an address book/list, I've found that using an unordered list (ul) works nicely. Start a ul, placing the name as the first line of the li item. Then, for each additional line (like address, phone numbers, etc.) do a line break (br). I add another break with a non-breaking space, then close the list item (li). Close the unordered list at the end. I also added an h3 entry at the top saying "Address book". I converted with mobigen: "mobigen.exe address_book.html -rebuild". I then used mobi2mobi to set the title and author.
The formatting came out nicely on my Kindle.
|