View Single Post
Old 02-09-2017, 03:05 AM   #1
Gramlin
Member
Gramlin began at the beginning.
 
Posts: 16
Karma: 10
Join Date: Oct 2013
Device: Kindle
Best way to set default indent to 0 (Cloud Reader Kindle)

Hi, this is about Kindle Cloud Reader as it displays normal text.

I'd assumed default would be no indent for <p>. The books I've formatted for other devices have worked that way. If I want an indent, I define <p> or some class of it.

But Kindle Cloud reader is displaying my undefined paragraphs as indented and I want to stop it.
Question: What is a good way to tell e-readers to default to no indent, document-wide?

Should I just define a base style for
Code:
p {text-indent: 0em;)
Or perhaps
Code:
body { text-indent: 0em;}
?

Advice very much appreciated.
Gramlin is offline