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.