View Single Post
Old 12-07-2016, 06:55 AM   #2
Notjohn
mostly an observer
Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.
 
Posts: 1,515
Karma: 987654
Join Date: Dec 2012
Device: Kindle
I have this information in my files. Dunno who provided it. (Hitch, perhaps. "Pesky" is her sort of word.) Hope it's useful!

Hanging indents will work in both KF6 an KF8 if you use a media
query in CSS something like:

@media amzn-kf8
{
p.hang { text-indent:-36; margin-left:36;}
}

and use the following code in the body of the HTML file:

<p class="hang" width="-36">Your text here.</p>

The negative text-indent works in CSS for Kindle 2 (and later KF6
devices) but only without the margin-left attribute. With
Amazon's latest epublishing tools this coding produces cut-off
text in KF8 (you need that pesky margin-left).
Notjohn is offline   Reply With Quote