Quote:
Originally Posted by Sunlite
You need a negative indent for your paragraphs. This means you set the left margin of the paragraph to the point where you want the second and following lines and set the text-indent to a negative value.
The CSS looks like this:
Code:
.poem{ text-indent: -2em; margin-left: 2em}
This works in ADE epub, but I don't know if it works in epub for iPad or if it translates correctly into mobi.
|
Hi Sunlite
thanks for that, I work with Adele and am responsible for doing the conversions.
We follow the advice offered by amazon and the guidance frmo MS over how to go about these conversions.
basically its a word document saved as a filtered webpage which is then converted by mobi into another document format which is then uploaded into amazon which (apparently) undertakes further conversions and the book then comes out the other end as a Kindle book.
I'm not clear at what stage this code you suggest should be added to the document or by what means.