View Single Post
Old 01-07-2012, 04:43 AM   #3
Sunlite
Addict
Sunlite ought to be getting tired of karma fortunes by now.Sunlite ought to be getting tired of karma fortunes by now.Sunlite ought to be getting tired of karma fortunes by now.Sunlite ought to be getting tired of karma fortunes by now.Sunlite ought to be getting tired of karma fortunes by now.Sunlite ought to be getting tired of karma fortunes by now.Sunlite ought to be getting tired of karma fortunes by now.Sunlite ought to be getting tired of karma fortunes by now.Sunlite ought to be getting tired of karma fortunes by now.Sunlite ought to be getting tired of karma fortunes by now.Sunlite ought to be getting tired of karma fortunes by now.
 
Sunlite's Avatar
 
Posts: 206
Karma: 547516
Join Date: Mar 2008
Location: Berlin, Germany
Device: KObo Clara, Kobo Aura, PRS-T1, PB602, CyBook Gen3
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.
Sunlite is offline   Reply With Quote